goetzk / ansible-shinken

Ansible configuration role for Shinken monitoring system
1 stars 2 forks source link

Two variables required to enable web ui #2

Closed goetzk closed 7 years ago

goetzk commented 7 years ago

ATM there are two settings required:

Do we want the web UI?

shinken_enable_web_ui2: true

List of modules to enable in the broker. 'webui2' enables web interface.

shinken_broker_modules: 'webui2' instead of having shinken_enable_web_ui2 the role should test if shinken_broker_modules contains webui2 and act accordingly.