mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 01:02:07 +08:00
messaging-bridges: fix keypair location
This commit is contained in:
@@ -20,26 +20,12 @@
|
||||
app: messaging-bridges
|
||||
secret_name: fedmsg-key
|
||||
key: fedmsg-fedmsg-migration-tools.key
|
||||
privatefile: fedmsg-certs/keys/messaging-bridges-stg.key
|
||||
when: env == "staging"
|
||||
privatefile: "fedmsg-certs/keys/fedmsg-migration-tools{{env_suffix}}.fedoraproject.org.key"
|
||||
- role: openshift/secret-file
|
||||
app: messaging-bridges
|
||||
secret_name: fedmsg-cert
|
||||
key: fedmsg-fedmsg-migration-tools.crt
|
||||
privatefile: fedmsg-certs/keys/messaging-bridges-stg.crt
|
||||
when: env == "staging"
|
||||
- role: openshift/secret-file
|
||||
app: messaging-bridges
|
||||
secret_name: fedmsg-key
|
||||
key: fedmsg-fedmsg-migration-tools.key
|
||||
privatefile: fedmsg-certs/keys/messaging-bridges.key
|
||||
when: env != "staging"
|
||||
- role: openshift/secret-file
|
||||
app: messaging-bridges
|
||||
secret_name: fedmsg-cert
|
||||
key: fedmsg-fedmsg-migration-tools.crt
|
||||
privatefile: fedmsg-certs/keys/messaging-bridges.crt
|
||||
when: env != "staging"
|
||||
privatefile: "fedmsg-certs/keys/fedmsg-migration-tools{{env_suffix}}.fedoraproject.org.crt"
|
||||
|
||||
- role: openshift/object
|
||||
app: messaging-bridges
|
||||
|
||||
Reference in New Issue
Block a user