hosts: Set up collectd/Prometheus on vmhosts

The groups in `hosts.offline` need to match those in `hosts`.
Specifically, the *collectd* group needs to be a child of the
*collectd-prometheus* group so that the *write_prometheus* plugin is
installed and configured on hosts defined in this inventory file.
ntfy
Dustin 2021-10-31 01:13:50 -05:00
parent 6c705f54af
commit 328f2fa586
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ ansible_python_interpreter=/usr/bin/python3
[collectd:children]
pyrocufflink
[collectd-prometheus:children]
collectd
[dhcpcd:children]
vm-hosts