Update somie comments

This commit is contained in:
Emilien Mantel
2018-03-17 18:47:35 +01:00
parent 0b0e395072
commit adf9e6074f
6 changed files with 9 additions and 10 deletions

View File

@@ -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') }}"