releng: install fedora-messaging pki directory
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
625c6636ac
commit
620c19c3a0
1 changed files with 11 additions and 0 deletions
|
@ -198,6 +198,17 @@
|
||||||
copy: src="epel8-playground" dest=/etc/cron.d/epel8-playground
|
copy: src="epel8-playground" dest=/etc/cron.d/epel8-playground
|
||||||
when: inventory_hostname.startswith('branched-composer.iad2')
|
when: inventory_hostname.startswith('branched-composer.iad2')
|
||||||
|
|
||||||
|
- name: Create /etc/pki/fedora-messaging
|
||||||
|
file:
|
||||||
|
dest: /etc/pki/fedora-messaging
|
||||||
|
mode: 0775
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
state: directory
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- releng
|
||||||
|
|
||||||
- name: Deploy the fedora-messaging CA
|
- name: Deploy the fedora-messaging CA
|
||||||
copy:
|
copy:
|
||||||
src: "{{ private }}/files/rabbitmq/{{env}}/pki/ca.crt"
|
src: "{{ private }}/files/rabbitmq/{{env}}/pki/ca.crt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue