mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 05:12:35 +08:00
Re-enable rabbit/* roles now that we have fmc deployed
Reverts 8e9bfd01f7
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
@@ -147,15 +147,15 @@
|
||||
- role: keytab/service
|
||||
service: odcs
|
||||
host: "odcs-backend-releng01.iad2.fedoraproject.org"
|
||||
#- role: rabbit/user
|
||||
#username: "fmc{{ env_suffix }}"
|
||||
#- role: rabbit/queue
|
||||
#username: "fmc{{ env_suffix }}"
|
||||
#queue_name: "{{ fmc_queue_name }}"
|
||||
#routing_keys: "{{ fmc_routing_keys }}"
|
||||
#thresholds:
|
||||
#warning: 100
|
||||
#critical: 1000
|
||||
- role: rabbit/user
|
||||
username: "fmc{{ env_suffix }}"
|
||||
- role: rabbit/queue
|
||||
username: "fmc{{ env_suffix }}"
|
||||
queue_name: "{{ fmc_queue_name }}"
|
||||
routing_keys: "{{ fmc_routing_keys }}"
|
||||
thresholds:
|
||||
warning: 100
|
||||
critical: 1000
|
||||
- role: fmc
|
||||
host: "odcs-backend-releng01.iad2.fedoraproject.org"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user