mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
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:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user