Ansible Role icingaweb2_module_fileshipper¶
This role installs and configures the IcingaWeb2 Fileshipper Module.
This role is tested with the following IcingaWeb2 Fileshipper Module versions:
1.2.0
Mandatory Requirements¶
A configured IcingaWeb2. This can be done using the linuxfabrik.lfops.icingaweb2 role.
Mandatory Role Variables¶
icingaweb2_module_fileshipper__version
The module version to install. Possible options: https://github.com/Icinga/icingaweb2-module-fileshipper/releases.
Type: String.
Example:
# mandatory
icingaweb2_module_fileshipper__version: 'v1.2.0'
Optional Role Variables¶
icingaweb2_module_fileshipper__url
The URL from where to download the IcingaWeb2 Fileshipper Module.
Type: String.
Default:
'https://github.com/Icinga/icingaweb2-module-fileshipper/archive/{{ icingaweb2_module_fileshipper__version }}.tar.gz'
Example:
# optional
icingaweb2_module_fileshipper__url: 'https://github.com/Linuxfabrik/icingaweb2-module-fileshipper/archive/{{ icingaweb2_module_fileshipper__version }}.tar.gz'