Skip to content

Optionally install vspheredb

Oliver Lowe requested to merge vspheredb into master

This change lets people install vspheredb by adding 'vspheredb' to the list of icingaweb2 modules to be installed. For example:

hosts: icinga.example.com
roles:
  - role: sol1.icinga2
    vars:
      icingaweb2_modules:
        - monitoring
        - director
        - vspheredb
Edited by Oliver Lowe

Merge request reports