forked from infra/ansible
Typo
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
98276d6b77
commit
ae6524da08
1 changed files with 8 additions and 11 deletions
|
|
@ -17,17 +17,14 @@
|
|||
roles:
|
||||
|
||||
# Fedora Messaging
|
||||
- name: Setup Rabbit Queue
|
||||
ansible.builtin.include_role:
|
||||
name: rabbit/queue
|
||||
vars:
|
||||
queue_username: jira-sync{{ env_suffix }}
|
||||
queue_name: jira-sync{{ env_suffix }}
|
||||
queue_routing_keys:
|
||||
- "org.fedoraproject.*.bugzilla.bug.update"
|
||||
queue_thresholds:
|
||||
warning: 10
|
||||
critical: 100
|
||||
- role: rabbit/queue
|
||||
queue_username: jira-sync{{ env_suffix }}
|
||||
queue_name: jira-sync{{ env_suffix }}
|
||||
queue_routing_keys:
|
||||
- "org.fedoraproject.*.bugzilla.bug.update"
|
||||
queue_thresholds:
|
||||
warning: 10
|
||||
critical: 100
|
||||
- role: openshift/secret-file
|
||||
secret_file_app: jira-sync
|
||||
secret_file_secret_name: fedora-messaging-ca
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue