Zabbix: add zabbix agent to groups/proxies playbook
Signed-off-by: Patrik Polakovič <patrik@alphamail.org>
This commit is contained in:
parent
c49697a0a3
commit
d4a8336920
1 changed files with 15 additions and 14 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue