Ansible Role icingaweb2_module_x509
This role installs and configures the IcingaWeb2 x509 Module.
This role is tested with the following IcingaWeb2 x509 Module versions:
1.3.1
Mandatory Requirements
A configured IcingaWeb2. This can be done using the linuxfabrik.lfops.icingaweb2 role.
A SQL database and user. This can be done using the linuxfabrik.lfops.mariadb_server role.
If you use the Setup Icinga2 Master Playbook and set setup_icinga2_master__skip_icingaweb2_module_x509: false
, this is automatically done for you.
Mandatory Role Variables
Variable |
Description |
---|---|
|
The user account for accessing the x509 SQL database. Currently, only MySQL is supported. |
|
The module version to install. Possible options: https://github.com/Icinga/icingaweb2-module-x509/releases |
Example:
# mandatory
icingaweb2_module_x509__database_login:
username: 'icinga_x509_user'
password: 'linuxfabrik'
icingaweb2_module_x509__version: 'v1.3.2'
Optional Role Variables
Variable |
Description |
Default Value |
---|---|---|
|
The host of the SQL database server. |
|
|
The name of the x509 SQL database. |
|
|
Enables or disables the x509 service, analogous to |
|
Example:
# optional
icingaweb2_module_x509__database_host: 'localhost'
icingaweb2_module_x509__database_name: 'icinga_x509'
icingaweb2_module_x509__service_enabled: true