copr: permanently add frdmsg certs to copr-fe
This commit is contained in:
parent
cd5d94ce67
commit
5f9c57b867
1 changed files with 13 additions and 0 deletions
|
@ -191,6 +191,19 @@
|
||||||
- config
|
- config
|
||||||
- pagure_events
|
- pagure_events
|
||||||
|
|
||||||
|
- name: Deploy fedora-messaging CA certificates
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
url: "{{ item.url }}"
|
||||||
|
dest: "/etc/fedora-messaging/{{ item.filename }}"
|
||||||
|
mode: "0644"
|
||||||
|
with_items:
|
||||||
|
- { url: "https://infrastructure.fedoraproject.org/infra/rabbitmq-certs/production/ca.crt", filename: "cacert.pem" }
|
||||||
|
- { url: "https://infrastructure.fedoraproject.org/infra/rabbitmq-certs/staging/ca.crt", filename: "stg-cacert.pem" }
|
||||||
|
notify:
|
||||||
|
- Restart copr-fe-fedora-messaging-reader
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
|
||||||
- name: Detect copr-frontend version
|
- name: Detect copr-frontend version
|
||||||
package_facts: manager=auto
|
package_facts: manager=auto
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue