Commit graph

103 commits

Author SHA1 Message Date
Solomon Gifford
2a8b19fe11 Support mariadb and other mysql implementations that have a mysql include directory for my.cnf overrides 2015-12-16 13:50:16 -05:00
Solomon Gifford
9de3121b26 Allow configuration of variables not currently supported 2015-12-15 16:13:49 -05:00
Jeff Geerling
8991c7c8b9 Merge pull request #70 from caseycs/adjustable_connection_count
PR #70: Make connection count adjustable.
2015-11-12 15:01:28 -06:00
Ilia Kondrashov
74965f67ae make connection count adjustable 2015-11-12 21:23:44 +01:00
Jeff Geerling
bb40196834 Small fix for previous MySQL PR merge on Ansible 2. 2015-10-06 23:13:30 -04:00
Jeff Geerling
324b789122 Merge pull request #62 from stuwil/rhRootPassword
Set fact to check package installation regardless of distribution
2015-10-04 06:53:17 -05:00
Stuart Williams
d527fdc3be Issue #61: Fix idempotence issue. 2015-10-04 04:58:48 -04:00
Stuart Williams
5c26e06957 Issue #61: Ensure package change flag can be set by either Debian or RHEL. 2015-10-04 04:21:51 -04:00
Jeff Geerling
9e5e424d6c Fixes #60: Better detection of whether MySQL was installed. 2015-10-01 22:53:05 -05:00
Jeff Geerling
fc6609cd67 Issue #60: Document new mysql_root_password_update option. 2015-10-01 22:41:02 -05:00
Jeff Geerling
074b9de092 Issue #60: Restore idempotence. 2015-10-01 22:35:39 -05:00
Jeff Geerling
f542bcfe73 Issue #60: Fix task that sets the new root user password. 2015-10-01 22:27:59 -05:00
Jeff Geerling
b022e2699f Revert previous commit for Issue #60 - it didn't help. 2015-09-30 22:49:46 -05:00
Jeff Geerling
e6969ef0f7 Issue #60: 'Get list of hosts for the root user' fails to run. 2015-09-30 22:41:17 -05:00
Jeff Geerling
7f8cd51746 Issue #54: Updates README to reflect mysql_packages change. 2015-08-31 10:23:22 -05:00
Jeff Geerling
b3cd4f3629 Fixes #54: Remove Python MySQL from package list. 2015-08-31 10:22:54 -05:00
Jeff Geerling
20b6be71c7 Fixes #58: Provide better OS-specific slow query log file paths. 2015-08-31 10:13:45 -05:00
Jeff Geerling
93b1fb5df9 Fixes #53: Don't manage postfix in MySQL role. 2015-08-27 14:52:32 -05:00
Jeff Geerling
ab277305d7 Merge pull request #50 from jpeak5/master
PR #50: Eliminate extra whitespace in the mysql_daemon variable.
2015-08-20 11:59:22 -05:00
Jason Peak
2171c59954 eliminates extra whitespace in the variable value 2015-08-20 10:54:52 -05:00
Jeff Geerling
7e31249970 PR #38 cleanup - change order and update README. 2015-06-26 21:45:38 -05:00
Jeff Geerling
a45d83628c Merge pull request #38 from abelboldu/mariadb
Add MariaDB support (especially for RHEL/CentOS 7).
2015-06-26 21:17:40 -05:00
Abel Boldú
733badadfc some typos 2015-06-18 18:14:08 +02:00
Abel Boldú
07afd0753d Ubuntu14 example 2015-06-18 18:12:53 +02:00
Abel Boldú
1b1a131dc6 mysql_daemon fact, README example 2015-06-02 16:25:23 +02:00
Abel Boldú
a8c5c3b672 remove pidfile shortcut 2015-06-02 15:53:37 +02:00
Abel Boldú
3c88b9e8db MariaDB support 2015-06-02 15:29:58 +02:00
Jeff Geerling
2d178fe83a Fixes #17: Allow configuration of mysql slow query log. 2015-04-24 12:20:27 -05:00
Jeff Geerling
fad419b63e Clarify README for PR #27. 2015-04-20 13:58:37 -05:00
Jeff Geerling
c1709604a7 Merge pull request #27 from BlackMesh/optional-mycnf-force
Add option to disable continued management of my.cnf.
2015-04-20 13:56:48 -05:00
Jeff Geerling
07e7e188ac Fixes #33: Add sleep=5 to MySQL restart task. 2015-04-20 13:53:27 -05:00
Solomon Gifford
f1b26dc20f Merge remote-tracking branch 'origin' into optional-mycnf-force 2015-04-10 20:58:59 -04:00
solomongifford
9943285281 Merge pull request #1 from geerlingguy/master
Resync
2015-04-10 20:47:39 -04:00
Jeff Geerling
a25d9aca08 Merge pull request #30 from BlackMesh/rename-python-my-cnf
Renamed python-my.cnf.j2 to user-my.cnf.j2 - has nothing to do with python.
2015-04-10 16:01:37 -05:00
Jeff Geerling
0885558bb8 Syntax adjustment for #29. 2015-04-10 15:51:22 -05:00
Jeff Geerling
7a6dd735ec Merge pull request #29 from BlackMesh/remove-anonymous-users
Fixes #26: Remove all anonymous users (not just the 'localhost' anonymous user).
2015-04-10 15:50:41 -05:00
Jeff Geerling
e8575a76c3 Syntax adjustment for #28. 2015-04-10 15:43:06 -05:00
Jeff Geerling
364cb3ef34 Merge pull request #28 from BlackMesh/local-action-password
#28 Make root password configuration more flexible, able to work with local_action
2015-04-10 15:41:15 -05:00
Solomon Gifford
fc0d2006cf Renamed python-my.cnf.j2 to user-my.cnf.j2 - has nothing to do with python 2015-04-10 09:36:01 -04:00
Solomon Gifford
75cf220549 Fixes #26 to remove all anonymous users, particularly the one with the host as the hostname 2015-04-10 09:29:52 -04:00
Solomon Gifford
0fbf3fa4d8 Support for setting root password when running as local_action 2015-04-10 09:26:24 -04:00
Solomon Gifford
f9d367cb80 optional-mycnf-force 2015-04-10 09:20:00 -04:00
Jeff Geerling
3d0762b7dd Fixes #22: Make MySQL root user password settings more reliable. 2015-04-09 11:18:58 -05:00
Jeff Geerling
4b686f53af Don't set replication role to 'master' by default, saves binlogs. 2015-03-10 08:46:21 -05:00
Jeff Geerling
53e27f8fd5 Fixes #20: Allow configuration of expire-logs-days. 2015-02-28 22:00:26 -06:00
Jeff Geerling
361126b8b0 Issue #9: Allow mysql_packages to be overridden. 2015-01-13 09:23:33 -06:00
Jeff Geerling
5ff8709f6b Issue #14: InnoDB log size is 5MB even though 64MB is specified (Ubuntu). 2015-01-13 09:18:27 -06:00
Jeff Geerling
9899916b4a Use correct MySQL socket file for Ubuntu. 2015-01-08 18:12:30 -06:00
Jeff Geerling
8299775d52 Make sure socket connections work correctly on Ubuntu. 2015-01-08 18:04:16 -06:00
Jeff Geerling
710c52c671 Test connecting through TCP. 2015-01-08 17:30:00 -06:00