Skip to content

Commit

Permalink
Merge "Do not log passwords"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Apr 12, 2018
2 parents 342f723 + d61d06d commit 36c1d21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/galera_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
delay: 10
delegate_to: "{{ galera_server_bootstrap_node }}"
run_once: true
no_log: True

- name: Run MySQL Upgrade
command: "/usr/bin/mysql_upgrade"
Expand Down
5 changes: 5 additions & 0 deletions tests/test-galera-server-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
--silent \
--skip-column-names
register: wsrep_incoming_addresses
no_log: true
changed_when: false
tags:
- skip_ansible_lint
Expand All @@ -36,6 +37,7 @@
-e "show status like 'wsrep_local_state_comment';" \
--silent \
--skip-column-names
no_log: true
register: wsrep_local_state_comment
changed_when: false
tags:
Expand All @@ -48,6 +50,7 @@
--silent \
--skip-column-names
register: wsrep_evs_state
no_log: true
changed_when: false
tags:
- skip_ansible_lint
Expand All @@ -67,6 +70,7 @@
name: "OSA-test"
state: "present"
when: ansible_host == '10.1.0.2'
no_log: true
- name: Grant access to the DB on 10.1.0.3
mysql_user:
login_user: "{{ galera_root_user }}"
Expand All @@ -77,6 +81,7 @@
host: "{{ item }}"
state: "present"
priv: "OSA-test.*:ALL"
no_log: true
with_items:
- "localhost"
- "%"
Expand Down

0 comments on commit 36c1d21

Please sign in to comment.