Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakoblichterfeld/ansible-role-calibre
An Ansible role to install Calibre via Binary Installer Download.
https://github.com/jakoblichterfeld/ansible-role-calibre
ansible ansible-galaxy-role ansible-role calibre
Last synced: 13 days ago
JSON representation
An Ansible role to install Calibre via Binary Installer Download.
- Host: GitHub
- URL: https://github.com/jakoblichterfeld/ansible-role-calibre
- Owner: JakobLichterfeld
- License: mit
- Created: 2023-08-28T14:44:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T10:23:13.000Z (10 months ago)
- Last Synced: 2024-11-11T12:53:19.667Z (about 2 months ago)
- Topics: ansible, ansible-galaxy-role, ansible-role, calibre
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Calibre
[![CI](https://github.com/JakobLichterfeld/ansible-role_calibre/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/JakobLichterfeld/ansible-role_calibre/actions/workflows/ci.yml)
[![Publish role on Ansible Galaxy](https://github.com/JakobLichterfeld/ansible-role_calibre/actions/workflows/publish_role_on_ansible_galaxy.yml/badge.svg?branch=main)](https://github.com/JakobLichterfeld/ansible-role_calibre/actions/workflows/publish_role_on_ansible_galaxy.yml)Install Calibre via Binary Installer Download.
- Install dependencies
- Download Binary Installer Script
- Execute Binary Installer Script (optional: force update)## Requirements
None.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
| Name | Default Value | Description |
| -------------- | --------------- | -----------------------------------|
| `calibre.force_update` | false | Whether to Force Update by executing the Installer every run |## Dependencies
None.
## Example Playbook
```yaml
---
- hosts: all
gather_facts: true
become: trueroles:
- role: jakoblichterfeld.calibre
```## License
MIT
## Author Information
This role was created in 2023 by [Jakob Lichterfeld](https://github.com/JakobLichterfeld).