ursabot: create pki/fedora-messaging directory

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2021-08-23 19:52:20 +10:00
parent 6b43caff64
commit 9a32ce7912

View file

@ -86,6 +86,17 @@
- meetbot
- supybot
- name: Create /etc/pki/fedora-messaging (stg)
file:
dest: /etc/pki/fedora-messaging
mode: 0775
state: directory
when:
- env == "staging"
- inventory_hostname.startswith('value02')
tags:
- config
- name: Deploy the fedora-messaging CA (stg)
copy:
src: "{{ private }}/files/rabbitmq/{{env}}/pki/ca.crt"