forked from infra/ansible
RabbitMQ: use the old server certs in staging for now
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
60a2cbec78
commit
c42bde9860
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
- config
|
||||
|
||||
- name: Deploy node certificate
|
||||
ansible.builtin.copy: src="{{private}}/files/rabbitmq/{{env}}/pki/issued/{{inventory_hostname}}.crt"
|
||||
ansible.builtin.copy: src="{{private}}/files/rabbitmq/{{env}}/pki{{(env == 'staging')|ternary('.old', '')}}/issued/{{inventory_hostname}}.crt"
|
||||
dest=/etc/rabbitmq/nodecert/node.crt
|
||||
owner=root group=root mode=0644
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue