koschei: install RabbitMQ cert/key in prod
This commit is contained in:
parent
91bbf33a2f
commit
57af09a65c
1 changed files with 7 additions and 0 deletions
|
@ -9,3 +9,10 @@ stringData:
|
|||
{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/fedora-messaging.toml.j2') | indent }}
|
||||
krb5.conf: |
|
||||
{{ lookup('template', roles_path + '/base/templates/krb5.conf.j2') | indent }}
|
||||
data:
|
||||
rabbitmq-ca.crt: |
|
||||
{{ lookup('file', private + '/files/rabbitmq/' + env + '/pki/ca.crt') | b64encode | indent }}
|
||||
rabbitmq-client.crt: |
|
||||
{{ lookup('file', private + '/files/rabbitmq/' + env + '/pki/issued/' + app + env_suffix + '.crt') | b64encode | indent }}
|
||||
rabbitmq-client.key: |
|
||||
{{ lookup('file', private + '/files/rabbitmq/' + env + '/pki/private/' + app + env_suffix + '.key') | b64encode | indent }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue