Zabbix: add zabbix agent to groups/proxies playbook

Signed-off-by: Patrik Polakovič <patrik@alphamail.org>
This commit is contained in:
Patrik Polakovič 2023-09-04 14:22:24 +02:00
parent c49697a0a3
commit d4a8336920

View file

@ -20,16 +20,17 @@
roles: roles:
- base - base
- { role: openvpn/client, - {role: openvpn/client,
when: env != "staging" } when: env != "staging"}
- ipa/client - ipa/client
- rkhunter - rkhunter
- nagios_client - nagios_client
- {role: zabbix/zabbix_agent, when: env == "staging"}
- collectd/base - collectd/base
- sudo - sudo
- rsyncd - rsyncd
- { role: mirrormanager/mirrorlist_proxy, - {role: mirrormanager/mirrorlist_proxy,
when: env == "staging" or "'mirrorlist_proxy' in group_names" } when: env == "staging" or "'mirrorlist_proxy' in group_names"}
- apache - apache
# - role: zabbix/zabbix_agent # - role: zabbix/zabbix_agent
#when: env == "staging" #when: env == "staging"