main.yml 363 B

123456789101112131415161718192021222324
  1. #
  2. # Default variables for monitoring
  3. #
  4. with_mon: False
  5. with_munin: False
  6. with_munin_node: False
  7. munin_master_vhostname: localhost
  8. with_munin_http_auth: False
  9. munin_masters:
  10. - 127.0.0.1/32
  11. munin_nodes:
  12. - node: localhost
  13. address: 127.0.0.1
  14. with_zabbix_agent: False
  15. zabbix_remote_server: 'zabbix.domain.tld'
  16. zabbix_plugins_config: Null
  17. # vim: ft=yaml