mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-09 13:42:10 +07:00
Update somie comments
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
register: ip
|
||||
changed_when: false
|
||||
- set_fact:
|
||||
# MySQL don't read /etc/hosts (from vagrant host plugin)
|
||||
# MariaDB don't read /etc/hosts (from vagrant host plugin)
|
||||
mariadb_replication_host: "{{ ip.stdout }}"
|
||||
# Need this to use vagrant 'delegate_to'
|
||||
mariadb_slave_import_from: "{{ ansible_hostname | replace ('slave', 'master') }}"
|
||||
|
||||
Reference in New Issue
Block a user