1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/roles/test_mysql_user/defaults/main.yml

17 lines
234 B
YAML
Raw Normal View History

---
# defaults file for test_mysql_user
db_name: 'data'
user_name_1: 'db_user1'
user_name_2: 'db_user2'
user_password_1: '12345'
user_password_2: '98765'
db_names:
- clientdb
- employeedb
- providerdb
tmp_dir: '/tmp'