48 lines
1.0 KiB
Markdown
48 lines
1.0 KiB
Markdown
|
# Calibre Ansible role
|
||
|
|
||
|
This role installs Calibre via Docker compose.
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
None
|
||
|
|
||
|
## Role Variables
|
||
|
|
||
|
All variables are listed below (see also `defaults/main.yml`).
|
||
|
|
||
|
```yml
|
||
|
---
|
||
|
```
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
You need a machine with docker and docker-compose installed.
|
||
|
|
||
|
## Example Playbook
|
||
|
|
||
|
```yml
|
||
|
- hosts: servers
|
||
|
roles:
|
||
|
- 'laurivan.calibre'
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
|
||
|
This project is licensed under the [MIT](https://opensource.org/licenses/MIT) license - see the [LICENSE](LICENSE) file for details.
|
||
|
|
||
|

|
||
|
|
||
|
## Author Information
|
||
|
|
||
|
This role was created in 2023 by [Laur Ivan](https://www.laurivan.com).
|
||
|
|
||
|
## Built With
|
||
|
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
## Contributing
|
||
|
|
||
|
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
|