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