Use mysql_host var name instead of gateway_addr in tests

This commit is contained in:
Laurent Indermuehle 2023-01-12 18:49:12 +01:00
parent 3f0f4ffdf5
commit 39de75bebd
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
24 changed files with 102 additions and 97 deletions

View file

@ -2,6 +2,7 @@
# defaults file for test_mysql_variables
mysql_user: root
mysql_password: msandbox
mysql_host: '{{ gateway_addr }}'
mysql_primary_port: 3307
user_name_1: 'db_user1'