Skip to content

An Ansible role to install Calibre via Binary Installer Download.

License

Notifications You must be signed in to change notification settings

JakobLichterfeld/ansible-role-calibre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published