Go to file
2023-06-09 15:41:22 +02:00
.github Initial commit 2023-06-09 15:41:22 +02:00
defaults Initial commit 2023-06-09 15:41:22 +02:00
files Initial commit 2023-06-09 15:41:22 +02:00
handlers Initial commit 2023-06-09 15:41:22 +02:00
meta Initial commit 2023-06-09 15:41:22 +02:00
molecule Initial commit 2023-06-09 15:41:22 +02:00
tasks Initial commit 2023-06-09 15:41:22 +02:00
templates Initial commit 2023-06-09 15:41:22 +02:00
.ansible-lint Initial commit 2023-06-09 15:41:22 +02:00
.gitattributes Initial commit 2023-06-09 15:41:22 +02:00
.gitignore Initial commit 2023-06-09 15:41:22 +02:00
.travis.yml Initial commit 2023-06-09 15:41:22 +02:00
.yamllint Initial commit 2023-06-09 15:41:22 +02:00
ansible.cfg Initial commit 2023-06-09 15:41:22 +02:00
CHANGELOG.md Initial commit 2023-06-09 15:41:22 +02:00
LICENSE Initial commit 2023-06-09 15:41:22 +02:00
README.md Initial commit 2023-06-09 15:41:22 +02:00
test-requirements.txt Initial commit 2023-06-09 15:41:22 +02:00

Calibre Ansible role

This role installs Calibre via Docker compose.

Requirements

None

Role Variables

All variables are listed below (see also defaults/main.yml).

---

Dependencies

You need a machine with docker and docker-compose installed.

Example Playbook

- hosts: servers
  roles:
      - 'laurivan.calibre'

License

This project is licensed under the MIT license - see the LICENSE file for details.

MIT License

Author Information

This role was created in 2023 by Laur Ivan.

Built With

Ansible Molecule Goss

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.