resultsbd: enbale fedora-messaging in prod
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
18048e10ed
commit
de0f2763a9
2 changed files with 1 additions and 5 deletions
|
@ -34,8 +34,7 @@
|
|||
- { role: dnf-automatic, tags: ['dnfautomatic'] }
|
||||
# Set up for fedora-messaging
|
||||
- { role: rabbit/user,
|
||||
username: "resultsdb{{ env_suffix }}",
|
||||
when: deployment_type == "stg" }
|
||||
username: "resultsdb{{ env_suffix }}"}
|
||||
|
||||
tasks:
|
||||
# this is how you include other task lists
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
with_items:
|
||||
- "/etc/pki/rabbitmq/"
|
||||
- "/etc/fedora-messaging"
|
||||
when: env == "staging"
|
||||
tags:
|
||||
- fedora-messaging
|
||||
|
||||
|
@ -73,7 +72,6 @@
|
|||
owner: root
|
||||
group: apache
|
||||
mode: "444"
|
||||
when: env == "staging"
|
||||
tags:
|
||||
- fedora-messaging
|
||||
|
||||
|
@ -81,7 +79,6 @@
|
|||
template: src=config.toml.j2 dest=/etc/fedora-messaging/config.toml owner=root group=root mode=0644
|
||||
notify:
|
||||
- reload httpd
|
||||
when: env == "staging"
|
||||
tags:
|
||||
- fedora-messaging
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue