zabbix: remove duplicate zabbix agent role imports in bodhi-backend

playbook

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2023-09-06 09:48:04 +01:00
parent ba7424bdf2
commit 757938daec
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -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