mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-26 16:01:45 -07:00
Add db_names dict
This commit is contained in:
parent
68d0acbc08
commit
a67df37204
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@ mysql_user: root
|
||||||
mysql_password: msandbox
|
mysql_password: msandbox
|
||||||
mysql_primary_port: 3307
|
mysql_primary_port: 3307
|
||||||
|
|
||||||
db_name: 'data'
|
# Database names
|
||||||
|
db_names:
|
||||||
|
- "data"
|
||||||
|
- "db%"
|
||||||
|
|
||||||
db_name2: 'data2'
|
db_name2: 'data2'
|
||||||
db_user1: 'datauser1'
|
db_user1: 'datauser1'
|
||||||
db_user2: 'datauser2'
|
db_user2: 'datauser2'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue