diff --git a/tests/group_vars/all b/tests/group_vars/all index bfb0487..5f57ad6 100644 --- a/tests/group_vars/all +++ b/tests/group_vars/all @@ -1 +1,2 @@ mysql_use_percona_repository: true +mysql_bind_address: '0.0.0.0' diff --git a/tests/group_vars/master b/tests/group_vars/master index 4b43d25..b1b48f6 100644 --- a/tests/group_vars/master +++ b/tests/group_vars/master @@ -1,6 +1,3 @@ -# Master must listen for replication -mysql_bind_address: '0.0.0.0' - # Master durability mysql_sync_binlog: '1' mysql_innodb_flush_log_at_trx_commit: '1'