JakobLichterfeld / ansible-role-calibre

An Ansible role to install Calibre via Binary Installer Download.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: Calibre

CI Publish role on Ansible Galaxy

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

---
- hosts: all
  gather_facts: true
  become: true

  roles:
    - role: jakoblichterfeld.calibre

License

MIT

Author Information

This role was created in 2023 by Jakob Lichterfeld.

About

An Ansible role to install Calibre via Binary Installer Download.

License:MIT License