mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
rabbitmq: add coreos user
Create the coreos{.stg} user.
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
b74c892623
commit
e7c6b1a156
@@ -14,3 +14,10 @@
|
||||
queue_name: testing-farm{{ env_suffix }}
|
||||
#routing_keys:
|
||||
#- "#"
|
||||
|
||||
- name: CoreOS user
|
||||
run_once: true
|
||||
include_role:
|
||||
name: rabbit/user
|
||||
vars:
|
||||
username: coreos{{ env_suffix }}
|
||||
|
||||
Reference in New Issue
Block a user