mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
bodhi: also only apply rabbitmq roles in staging for now.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -74,10 +74,12 @@
|
||||
certs_group: apache
|
||||
- role: rabbit/user
|
||||
username: "bodhi{{ env_suffix }}"
|
||||
when: env == "staging"
|
||||
- role: rabbit/queue
|
||||
username: "bodhi{{ env_suffix }}"
|
||||
queue_name: "bodhi{{ env_suffix }}"
|
||||
routing_keys: "{{ bodhi_message_routing_keys }}"
|
||||
when: env == "staging"
|
||||
|
||||
|
||||
tasks:
|
||||
|
||||
Reference in New Issue
Block a user