Hide sensitive data - #43 related

- Add new variable (default: false) to enable debugging (show sensitive
data)
- Set true when working with Vagrant
This commit is contained in:
Emilien Mantel
2021-09-01 12:24:40 +02:00
parent ae5cb68a8e
commit 860b212ee0
6 changed files with 14 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
master_port: "{{ mariadb_replication_port }}"
master_user: "{{ mariadb_replication_user }}"
master_password: "{{ mariadb_replication_password }}"
no_log: "{{ not mariadb_debug_role }}"
# -- Wait this PR in Ansible released version (https://github.com/ansible/ansible/pull/62648)
# name: MYSQL_REPLICATION | Setup replication with GTID

View File

@@ -11,6 +11,7 @@
master_port: "{{ mariadb_replication_port }}"
master_user: "{{ mariadb_replication_user }}"
master_password: "{{ mariadb_replication_password }}"
no_log: "{{ not mariadb_debug_role }}"
- name: MYSQL_REPLICATION | Change master
mysql_replication: