| 1234567891011121314151617181920 | 
							- #
 
- # Default variables for monitoring
 
- #
 
- with_mon: False
 
- with_munin: False
 
- with_munin_node: False
 
- munin_master_vhostname: localhost
 
- with_munin_http_auth: False
 
- munin_masters:
 
-   - 127.0.0.1/32
 
- munin_nodes:
 
-   - node: localhost
 
-     address: 127.0.0.1
 
- # vim: ft=yaml
 
 
  |