Commit graph

91 commits

Author SHA1 Message Date
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
Jeff Geerling
6dd24c2d24 Add new mysql_config_file variable so Ubuntu my.cnf file paths are correct. 2015-01-08 17:20:30 -06:00
Jeff Geerling
2c5843f164 Only add replication config if replication is setup. 2015-01-07 10:41:58 -06:00
Jeff Geerling
420894477e Remove mysql_state variable, since it doesn't work as expected. 2015-01-07 10:28:09 -06:00
Jeff Geerling
64e4ed6e08 Add mysql_state and mysql_enabled_on_startup options. 2015-01-07 10:16:36 -06:00
Jeff Geerling
db5f7797e9 Merge pull request #8 from darthwade/feature-bind-address
Add mysql_bind_address to configuration.
2014-11-16 15:29:41 -06:00
Vadym Petrychenko
0b72ec9fbb add mysql_bind_address to configuration 2014-11-15 19:23:19 +01:00
Jeff Geerling
08e75e249b Add replication options to README. 2014-11-08 21:48:34 -06:00
Jeff Geerling
6967874c08 Issue #6: Add replication configuration. 2014-11-08 21:43:31 -06:00
Jeff Geerling
181aef9806 Stylistic cleanup and reorganization. 2014-11-08 15:10:49 -06:00
Jeff Geerling
a85ecf03be Update test. 2014-11-08 14:36:01 -06:00
Jeff Geerling
484c627745 Update default mysql_max_allowed_packet variable. 2014-10-14 22:59:05 -04:00
Jeff Geerling
f52d3d44ba Split setup tasks into distro-specific files and update apt_cache for first run. 2014-08-26 08:23:48 -05:00