Use the manually combined RabbitMQ CA, it's much easier
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
475838940a
commit
b9553f3378
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
- name: Deploy CA certificate
|
||||
ansible.builtin.copy:
|
||||
content: "{{ lookup('file', private+'/files/rabbitmq/+env+'/pki/ca.crt') }}\n{{ lookup('file', private+'/files/rabbitmq/+env+'.new/pki/ca.crt') }}"
|
||||
src: "{{private}}/files/rabbitmq/{{env}}/ca-combined.crt"
|
||||
dest: /etc/rabbitmq/ca.crt
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue