zabbix: readd base roles
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
a8263f98e9
commit
88e544bf53
1 changed files with 21 additions and 5 deletions
|
@ -13,9 +13,25 @@
|
|||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
tasks:
|
||||
- name: Run the zabbix_server Role
|
||||
include_role:
|
||||
name: zabbix/zabbix_server
|
||||
tasks_from: main
|
||||
roles:
|
||||
- base
|
||||
- rkhunter
|
||||
- hosts
|
||||
- ipa/client
|
||||
- role: keytab/service
|
||||
owner_user: apache
|
||||
owner_group: apache
|
||||
service: HTTP
|
||||
host: "zabbix{{env_suffix}}.fedoraproject.org"
|
||||
when: datacenter == 'iad2'
|
||||
- role: keytab/service
|
||||
owner_user: apache
|
||||
owner_group: apache
|
||||
service: HTTP
|
||||
host: "zabbix{{env_suffix}}.fedoraproject.org"
|
||||
when: datacenter != 'iad2'
|
||||
- collectd/base
|
||||
- apache
|
||||
- sudo
|
||||
- zabbix/zabbix_server
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue