mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-22 12:50:24 -07:00
initial commit (#1)
* initial commit * removed remaining references to community.general * enabled integration pipeline * switched from preconfigured replication topology to simple multinode install * updated version from 1.0.0 to 0.1.0
This commit is contained in:
parent
9fcbbaad81
commit
c26bc095ad
89 changed files with 8774 additions and 135 deletions
13
tests/integration/targets/setup_mysql/defaults/main.yml
Normal file
13
tests/integration/targets/setup_mysql/defaults/main.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
dbdeployer_version: 1.52.0
|
||||
dbdeployer_home_dir: /opt/dbdeployer
|
||||
|
||||
home_dir: /root
|
||||
|
||||
percona_client_version: 5.7
|
||||
|
||||
mariadb_install: false
|
||||
|
||||
mysql_version: 8.0.20
|
||||
mariadb_version: 10.5.4
|
||||
|
||||
mysql_base_port: 3306
|
Loading…
Add table
Add a link
Reference in a new issue