Ansible Role linuxfabrik.lfops.icingaweb2_module_pdfexport¶
This role installs and enables the IcingaWeb2 pdfexport Module.
This role is tested with the following IcingaWeb2 PDF Export Module versions:
- 0.11.0
Mandatory Requirements¶
- A configured IcingaWeb2. This can be done using the linuxfabrik.lfops.icingaweb2 role.
Tags¶
icingaweb2_module_pdfexport
- Installs and enables the IcingaWeb2 pdfexport Module.
- Triggers: none.
Mandatory Role Variables¶
icingaweb2_module_pdfexport__version
- The module version to install. Possible options: https://github.com/Icinga/icingaweb2-module-pdfexport/releases.
- Type: String.
Example:
# mandatory
icingaweb2_module_pdfexport__version: 'v0.11.0'