You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/database/mysql
Rene Moser 9765a30179 mysql_variables: fix inconsistent params, fixes ubuntu 16.04 support
In the mysql_user module, login_host is defined as "localhost". Setting this to localhost also fixes Ubuntu 16.04 support.

To make it more consistent in the future, the params in all mysql modules should move to module utils. I'll take care.

Also fixed a few other things along.
9 years ago
..
__init__.py Some more module categorization. 10 years ago
mysql_db.py Give encoding examples (#3436) 9 years ago
mysql_user.py Allow an empty password when adding a new MySQL user. (#3445) 9 years ago
mysql_variables.py mysql_variables: fix inconsistent params, fixes ubuntu 16.04 support 9 years ago