mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-25 07:21:45 -07:00
initial commit
This commit is contained in:
parent
9fcbbaad81
commit
76a1adffef
108 changed files with 8729 additions and 42 deletions
4
tests/integration/setup_mysql8/vars/CentOS-8.yml
Normal file
4
tests/integration/setup_mysql8/vars/CentOS-8.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
mysql_support_packages:
|
||||
- python3-PyMySQL
|
||||
|
||||
mysql_disablerepo: AppStream
|
3
tests/integration/setup_mysql8/vars/Debian.yml
Normal file
3
tests/integration/setup_mysql8/vars/Debian.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
mysql_data_dirs:
|
||||
- /var/lib/mysql
|
||||
- /usr/share/mysql
|
4
tests/integration/setup_mysql8/vars/RedHat-8.yml
Normal file
4
tests/integration/setup_mysql8/vars/RedHat-8.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
mysql_support_packages:
|
||||
- python3-PyMySQL
|
||||
|
||||
mysql_disablerepo: rhel-8-for-x86_64-appstream-rpms
|
0
tests/integration/setup_mysql8/vars/default.yml
Normal file
0
tests/integration/setup_mysql8/vars/default.yml
Normal file
Loading…
Add table
Add a link
Reference in a new issue