Zabbix: add zabbix agent to notifs playbooks

Signed-off-by: Patrik Polakovič <patrik@alphamail.org>
This commit is contained in:
Patrik Polakovič 2023-09-04 11:55:28 +02:00
parent 34a4c57dd4
commit 5f5262f1c0
2 changed files with 8 additions and 6 deletions

View file

@ -30,6 +30,7 @@
# when: env != "staging" }
- ipa/client
- nagios_client
- {role: zabbix/zabbix_agent, when: env == "staging"}
- collectd/base
- fedmsg/base
- role: keytab/service

View file

@ -22,6 +22,7 @@
- base
- rkhunter
- nagios_client
- {role: zabbix/zabbix_agent, when: env == "staging"}
- hosts
- {role: openvpn/client,
when: env != "staging"}