mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
9 lines
168 B
YAML
9 lines
168 B
YAML
mysql_user: root
|
|
mysql_password: msandbox
|
|
mysql_primary_port: 3307
|
|
|
|
db_name: data
|
|
test_db: testdb
|
|
test_table1: test1
|
|
test_table2: test2
|
|
test_script_path: /tmp/test.sql
|