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]
|
[certbot]
|
||||||
|
|
||||||
|
[collectd:children]
|
||||||
|
pyrocufflink
|
||||||
|
|
||||||
[dch-proxy]
|
[dch-proxy]
|
||||||
|
|
||||||
[dch-vpn]
|
[dch-vpn]
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
[all:vars]
|
[all:vars]
|
||||||
ansible_python_interpreter=/usr/bin/python3
|
ansible_python_interpreter=/usr/bin/python3
|
||||||
|
|
||||||
|
[collectd:children]
|
||||||
|
pyrocufflink
|
||||||
|
|
||||||
[dhcpcd:children]
|
[dhcpcd:children]
|
||||||
vm-hosts
|
vm-hosts
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue