mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-11 13:52:10 +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:
@@ -131,3 +131,8 @@ mariadb_wsrep_node_address: false # Set primary node IP
|
||||
mariadb_galera_members: []
|
||||
mariadb_galera_primary_node: 'change_me' # See: https://github.com/ansible/ansible/issues/17453
|
||||
mariadb_wsrep_stt_method: 'rsync'
|
||||
|
||||
# -------------------------------------
|
||||
# Debug
|
||||
# -------------------------------------
|
||||
mariadb_debug_role: false
|
||||
|
||||
Reference in New Issue
Block a user