main.yml 335 B

1234567891011121314151617181920212223
  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. # vim: ft=yaml