mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 11:12:50 +08:00
koji / hub: drop fedmsg as the plugin here is using fedora-messaging now.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
bd8cdf0133
commit
e39b48d5f6
@@ -31,7 +31,6 @@
|
||||
- builder_repo
|
||||
- collectd/base
|
||||
- apache
|
||||
- fedmsg/base
|
||||
- role: keytab/service
|
||||
service: kojira
|
||||
host: "koji{{env_suffix}}.fedoraproject.org"
|
||||
@@ -44,17 +43,6 @@
|
||||
service: HTTP
|
||||
owner_user: apache
|
||||
host: "koji{{env_suffix}}.fedoraproject.org"
|
||||
when: "fedmsg_koji_instance == 'primary'"
|
||||
- role: keytab/service
|
||||
service: HTTP
|
||||
owner_user: apache
|
||||
host: "{{fedmsg_koji_instance}}.koji.fedoraproject.org"
|
||||
when: "fedmsg_koji_instance != 'primary'"
|
||||
- role: keytab/service
|
||||
service: shadow
|
||||
owner_user: koji_shadow
|
||||
host: "koji{{env_suffix}}.fedoraproject.org"
|
||||
when: "fedmsg_koji_instance != 'primary'"
|
||||
- { role: nfs/server, when: env == "staging" }
|
||||
- { role: keepalived, when: env == "production" and inventory_hostname.startswith('koji') }
|
||||
- role: nfs/client
|
||||
|
||||
Reference in New Issue
Block a user