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 - base
- rkhunter - rkhunter
- nagios_client - nagios_client
- {role: zabbix/zabbix_agent, when: env == "staging"}
- hosts - hosts
- { role: openvpn/client, - {role: openvpn/client,
when: env != "staging" } when: env != "staging"}
- ipa/client - ipa/client
- collectd/base - collectd/base
- rsyncd - rsyncd
@ -55,4 +56,4 @@
roles: roles:
- github2fedmsg - github2fedmsg
- fedmsg/base - fedmsg/base
- { role: rabbit/user, when: deployment_type == "stg" } - {role: rabbit/user, when: deployment_type == "stg"}