forked from infra/ansible
RabbitMQ: private keys need to match the certs, duh
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
83a81d1ece
commit
b00e0aaf59
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
- config
|
||||
|
||||
- name: Deploy node private key
|
||||
ansible.builtin.copy: src="{{private}}/files/rabbitmq/{{env}}/pki/private/{{inventory_hostname}}.key"
|
||||
ansible.builtin.copy: src="{{private}}/files/rabbitmq/{{env}}/pki{{(env == 'staging')|ternary('.old', '')}}/private/{{inventory_hostname}}.key"
|
||||
dest=/etc/rabbitmq/nodecert/node.key
|
||||
owner=rabbitmq group=rabbitmq mode=0600
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue