Do not log passwords
This prevents data to be leaked into the callback plugin. Change-Id: If71d5efc15c4867f877d147349fb3c5ae7b42e95
This commit is contained in:
@@ -95,6 +95,7 @@
|
|||||||
read_priv: ".*"
|
read_priv: ".*"
|
||||||
write_priv: ".*"
|
write_priv: ".*"
|
||||||
state: "present"
|
state: "present"
|
||||||
|
no_log: true
|
||||||
delegate_to: "{{ groups['rabbitmq_all'][0] }}"
|
delegate_to: "{{ groups['rabbitmq_all'][0] }}"
|
||||||
when:
|
when:
|
||||||
- inventory_hostname == groups['cloudkitty_all'][0]
|
- inventory_hostname == groups['cloudkitty_all'][0]
|
||||||
|
@@ -33,6 +33,7 @@
|
|||||||
read_priv: ".*"
|
read_priv: ".*"
|
||||||
write_priv: ".*"
|
write_priv: ".*"
|
||||||
state: "present"
|
state: "present"
|
||||||
|
no_log: true
|
||||||
delegate_to: "{{ hostvars[groups['rabbitmq_all'][0]]['ansible_host'] }}"
|
delegate_to: "{{ hostvars[groups['rabbitmq_all'][0]]['ansible_host'] }}"
|
||||||
roles:
|
roles:
|
||||||
- role: "os_cloudkitty"
|
- role: "os_cloudkitty"
|
||||||
|
Reference in New Issue
Block a user