mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
s/bodhi-bodhi/bodhi/ on fedmsg cert names.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
@@ -18,25 +18,25 @@
|
||||
app: bodhi
|
||||
secret_name: bodhi-fedmsg-key
|
||||
key: fedmsg-bodhi.key
|
||||
privatefile: fedmsg-certs/keys/bodhi-bodhi01.stg.phx2.fedoraproject.org.key
|
||||
privatefile: fedmsg-certs/keys/bodhi01.stg.phx2.fedoraproject.org.key
|
||||
when: env == "staging"
|
||||
- role: openshift/secret-file
|
||||
app: bodhi
|
||||
secret_name: bodhi-fedmsg-key
|
||||
key: fedmsg-bodhi.key
|
||||
privatefile: fedmsg-certs/keys/bodhi-bodhi03.phx2.fedoraproject.org.key
|
||||
privatefile: fedmsg-certs/keys/bodhi03.phx2.fedoraproject.org.key
|
||||
when: env != "staging"
|
||||
- role: openshift/secret-file
|
||||
app: bodhi
|
||||
secret_name: bodhi-fedmsg-crt
|
||||
key: fedmsg-bodhi.crt
|
||||
privatefile: fedmsg-certs/keys/bodhi-bodhi01.phx2.stg.fedoraproject.org.crt
|
||||
privatefile: fedmsg-certs/keys/bodhi01.phx2.stg.fedoraproject.org.crt
|
||||
when: env == "staging"
|
||||
- role: openshift/secret-file
|
||||
app: bodhi
|
||||
secret_name: bodhi-fedmsg-crt
|
||||
key: fedmsg-bodhi.crt
|
||||
privatefile: fedmsg-certs/keys/bodhi-bodhi03.phx2.fedoraproject.org.crt
|
||||
privatefile: fedmsg-certs/keys/bodhi03.phx2.fedoraproject.org.crt
|
||||
when: env != "staging"
|
||||
- role: openshift/object
|
||||
app: bodhi
|
||||
|
||||
Reference in New Issue
Block a user