ursabot: create pki/fedora-messaging directory
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
6b43caff64
commit
9a32ce7912
1 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue