Update roles/rabbitmq_cluster/tasks/apps.yml
Add `alt-src` user and queue for `sync2git` service for CentOS Streams
This commit is contained in:
parent
7149a5e0d6
commit
5118b6817d
1 changed files with 17 additions and 0 deletions
|
@ -80,3 +80,20 @@
|
|||
name: rabbit/user
|
||||
vars:
|
||||
username: faf{{ env_suffix }}
|
||||
|
||||
- name: CentOS Stream
|
||||
run_once: true
|
||||
include_role:
|
||||
name: rabbit/queue
|
||||
vars:
|
||||
username: alt-src{{ env_suffix }}
|
||||
queue_name: alt-src{{ env_suffix }}
|
||||
# TTL: 10 days (in miliseconds)
|
||||
message_ttl: 864000000
|
||||
routing_keys:
|
||||
# This routing key is for testing purposes only
|
||||
- "org.centos.stream.#"
|
||||
thresholds:
|
||||
warning: 1000
|
||||
critical: 10000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue