Use underscore instead of dashes
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
cc5b27b1d7
commit
fd8e2f238d
1 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@
|
||||||
delegate_to: "rabbitmq01.iad2.fedoraproject.org"
|
delegate_to: "rabbitmq01.iad2.fedoraproject.org"
|
||||||
rabbitmq_user:
|
rabbitmq_user:
|
||||||
user: centos-odcs-admin
|
user: centos-odcs-admin
|
||||||
password: "{{ (env == 'production')|ternary(rabbitmq_centos-odcs_admin_password_production, rabbitmq_centos-odcs_admin_password_staging) }}"
|
password: "{{ (env == 'production')|ternary(rabbitmq_centos_odcs_admin_password_production, rabbitmq_centos_odcs_admin_password_staging) }}"
|
||||||
vhost: /centos-odcs
|
vhost: /centos-odcs
|
||||||
configure_priv: .*
|
configure_priv: .*
|
||||||
read_priv: .*
|
read_priv: .*
|
||||||
|
@ -187,7 +187,7 @@
|
||||||
delegate_to: "rabbitmq01.iad2.fedoraproject.org"
|
delegate_to: "rabbitmq01.iad2.fedoraproject.org"
|
||||||
copy:
|
copy:
|
||||||
dest: /root/.centos-odcs-rabbitmqpass
|
dest: /root/.centos-odcs-rabbitmqpass
|
||||||
content: "{{ (env == 'production')|ternary(rabbitmq_centos-odcs_admin_password_production, rabbitmq_centos-odcs_admin_password_staging) }}"
|
content: "{{ (env == 'production')|ternary(rabbitmq_centos_odcs_admin_password_production, rabbitmq_centos_odcs_admin_password_staging) }}"
|
||||||
mode: 0600
|
mode: 0600
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue