zabbix: remove duplicate zabbix agent role imports in bodhi-backend
playbook Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
ba7424bdf2
commit
757938daec
1 changed files with 0 additions and 8 deletions
|
@ -86,9 +86,6 @@
|
|||
service: bodhi
|
||||
host: "bodhi{{ env_suffix }}.fedoraproject.org"
|
||||
|
||||
- role: zabbix/zabbix_agent
|
||||
when: env == "staging"
|
||||
|
||||
- role: push-container-registry
|
||||
cert_dest_dir: "/etc/docker/certs.d/registry{{ env_suffix }}.fedoraproject.org"
|
||||
cert_src: "{{private}}/files/docker-registry/{{env}}/pki/issued/containerstable.crt"
|
||||
|
@ -115,11 +112,6 @@
|
|||
# We have to repeat this line for now (only the last one counts)
|
||||
sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(bodhi|pungi)\..*
|
||||
|
||||
- role: zabbix/zabbix_agent
|
||||
zabbix_server: apache
|
||||
zabbix_server_ip: apache
|
||||
when: env == "staging"
|
||||
|
||||
tasks:
|
||||
- name: create secondary volume dir for stg bodhi
|
||||
file: dest=/mnt/koji/vol state=directory owner=apache group=apache mode=0755
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue