Zabbix: add zabbix agent to groups/github2fedmsg playbook

Signed-off-by: Patrik Polakovič <patrik@alphamail.org>
This commit is contained in:
Patrik Polakovič 2023-08-29 14:05:14 +02:00
parent ec28ddba5b
commit 1ce943c808

View file

@ -21,9 +21,10 @@
- base
- rkhunter
- nagios_client
- {role: zabbix/zabbix_agent, when: env == "staging"}
- hosts
- { role: openvpn/client,
when: env != "staging" }
- {role: openvpn/client,
when: env != "staging"}
- ipa/client
- collectd/base
- rsyncd
@ -55,4 +56,4 @@
roles:
- github2fedmsg
- fedmsg/base
- { role: rabbit/user, when: deployment_type == "stg" }
- {role: rabbit/user, when: deployment_type == "stg"}