hosts: Add pyrocufflink to collectd group
We want collectd deployed on all production machines.jenkins-master
parent
71f55ddfdf
commit
debf7d8e5a
3
hosts
3
hosts
|
@ -18,6 +18,9 @@ burp1.pyrocufflink.blue
|
|||
|
||||
[certbot]
|
||||
|
||||
[collectd:children]
|
||||
pyrocufflink
|
||||
|
||||
[dch-proxy]
|
||||
|
||||
[dch-vpn]
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
[all:vars]
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
|
||||
[collectd:children]
|
||||
pyrocufflink
|
||||
|
||||
[dhcpcd:children]
|
||||
vm-hosts
|
||||
|
||||
|
|
Loading…
Reference in New Issue