vars
This commit is contained in:
parent
d945b71499
commit
9ade069976
1 changed files with 8 additions and 4 deletions
|
@ -30,11 +30,15 @@ lvm_groups:
|
|||
manage_lvm: true
|
||||
pvresize_to_max: true
|
||||
|
||||
### mgrote_munin_node
|
||||
munin_node_bind_host: "127.0.0.1" # testen
|
||||
munin_node_bind_port: "4949"
|
||||
munin_node_allowed_cidrs: [127.0.0.1] # testen
|
||||
|
||||
# playbook vars
|
||||
munin_dbdir: /var/lib/munin
|
||||
### munin-master
|
||||
munin_dbdir: /var/lib/munin/db
|
||||
munin_htmldir: /var/www/html/munin
|
||||
munin_logdir: /var/log/munin
|
||||
munin_logdir: /var/lib/munin/log
|
||||
munin_rundir: /var/run/munin
|
||||
munin_includedir: /etc/munin/conf.d
|
||||
|
||||
|
@ -53,4 +57,4 @@ munin_hosts:
|
|||
extra: ["use_node_name yes"]
|
||||
|
||||
|
||||
# notofivations conhfig
|
||||
# notfications config
|
||||
|
|
Loading…
Reference in a new issue