mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
elections: Install the fedora-messaging files
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -15,15 +15,35 @@
|
||||
appowners:
|
||||
- cverna
|
||||
- pingou
|
||||
|
||||
- role: openshift/object
|
||||
app: elections
|
||||
template: imagestream.yml
|
||||
objectname: imagestream.yml
|
||||
|
||||
- role: openshift/object
|
||||
app: elections
|
||||
template: buildconfig.yml
|
||||
objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/secret-file
|
||||
app: elections
|
||||
secret_name: elections-fedora-messaging-key
|
||||
key: elections.key
|
||||
privatefile: "rabbitmq/{{env}}/pki/private/elections{{env_suffix}}.key"
|
||||
|
||||
- role: openshift/secret-file
|
||||
app: elections
|
||||
secret_name: elections-fedora-messaging-crt
|
||||
key: elections.crt
|
||||
privatefile: "rabbitmq/{{env}}/pki/issued/elections{{env_suffix}}.crt"
|
||||
|
||||
- role: openshift/secret-file
|
||||
app: elections
|
||||
secret_name: elections-fedora-messaging-ca
|
||||
key: elections.ca
|
||||
privatefile: "rabbitmq/{{env}}/pki/ca.crt"
|
||||
|
||||
- role: openshift/object
|
||||
app: elections
|
||||
template: configmap.yml
|
||||
|
||||
Reference in New Issue
Block a user