mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-09 13:42:10 +07:00
MySQL and Percona works
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
# -------------------------------------
|
||||
# Setup
|
||||
# -------------------------------------
|
||||
mysql_origin: 'default'
|
||||
mysql_vendor: 'mysql'
|
||||
mysql_origin: 'mariadb'
|
||||
mysql_vendor: 'mariadb'
|
||||
mysql_root_password: 'change_me_NOW'
|
||||
|
||||
# -------------------------------------
|
||||
@@ -29,7 +29,7 @@ mysql_users: []
|
||||
# -------------------------------------
|
||||
mariadb_version: '10.0' # (5.5, 10.0)
|
||||
# See: http://mariadb.org/mariadb/repositories/
|
||||
mariadb_repository: 'http://ftp.igh.cnrs.fr/pub/mariadb/repo/{{ mariadb_version }}/debian'
|
||||
mariadb_repository: "http://ftp.igh.cnrs.fr/pub/mariadb/repo/{{ mariadb_version }}/debian"
|
||||
|
||||
# -------------------------------------
|
||||
# Percona
|
||||
|
||||
Reference in New Issue
Block a user