mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
adding gitlab-centos queue and user
This commit is contained in:
@@ -97,3 +97,23 @@
|
||||
warning: 1000
|
||||
critical: 10000
|
||||
|
||||
# CENTOS GITLAB BEGIN
|
||||
- name: CentOS Gitlab User
|
||||
run_once: true
|
||||
include_role:
|
||||
name: rabbit/user
|
||||
vars:
|
||||
username: gitlab-centos
|
||||
|
||||
- name: CentOS Gitlab Queue
|
||||
run_once: true
|
||||
include_role:
|
||||
name: rabbit/queue
|
||||
vars:
|
||||
username: gitlab-centos
|
||||
queue_name: gitlab-centos
|
||||
# TTL: 10 days (in miliseconds)
|
||||
message_ttl: 864000000
|
||||
routing_keys:
|
||||
- "org.fedoraproject.{{ env_suffix }}.gitlab-centos.#"
|
||||
# CENTOS GITLAB END
|
||||
Reference in New Issue
Block a user