From 757938daec9d86e137f2670eb3f894ef28ab6a8d Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Wed, 6 Sep 2023 09:48:04 +0100 Subject: [PATCH] zabbix: remove duplicate zabbix agent role imports in bodhi-backend playbook Signed-off-by: David Kirwan --- playbooks/groups/bodhi-backend.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/playbooks/groups/bodhi-backend.yml b/playbooks/groups/bodhi-backend.yml index e1a009c824..3fe5da8040 100644 --- a/playbooks/groups/bodhi-backend.yml +++ b/playbooks/groups/bodhi-backend.yml @@ -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