Jeff Geerling
|
2d164f0036
|
Fix pip ansible installation x2.
|
2016-04-29 16:21:07 -04:00 |
|
Jeff Geerling
|
5258025408
|
Fix pip ansible installation.
|
2016-04-29 16:17:09 -04:00 |
|
Jeff Geerling
|
491295b590
|
Update Dockerfile to install python-pip.
|
2016-04-29 16:06:08 -04:00 |
|
Jeff Geerling
|
e5a02eda82
|
Fixes #109: Add Docker test on Travis for Ubuntu 16.04.
|
2016-04-22 13:52:50 -05:00 |
|
Jeff Geerling
|
7a0a48278f
|
Merge pull request #108 from geerlingguy/63-ubuntu-xenial
Fixes #63: Running role on Ubuntu 15/16.04 fails.
2.1.0
|
2016-04-22 13:48:06 -05:00 |
|
Jeff Geerling
|
ab21fa133f
|
Fixes #63: Running role on Ubuntu 15/16.04 fails.
|
2016-04-22 13:38:19 -05:00 |
|
Jeff Geerling
|
9b3c7c8a0a
|
Merge pull request #103 from BlackMesh/no_change_slow_query_log
ansible doesn't have a create-if-not-exists
|
2016-04-15 14:59:33 -05:00 |
|
Solomon Gifford
|
571f8e4bf4
|
ansible doesn't have a create-if-not-exists - but we shouldn't be changing the date each time this is run
|
2016-04-15 11:06:22 -04:00 |
|
Jeff Geerling
|
270530398e
|
Merge pull request #96 from drzraf/patch-1
add no_log to operation on confidential data
|
2016-04-02 22:54:19 -05:00 |
|
Raphaël Droz
|
8ee93d8d3d
|
add no_log to operation on confidential data
Without no_log, password would appear in node's syslog.
It's probably unwanted when it comes to password
|
2016-04-03 00:25:27 -03:00 |
|
Jeff Geerling
|
dab3e1e62c
|
Fixes #90, #89, #68, #34: Add note for root password issues and document sudo requirement.
2.0.2
|
2016-03-26 21:49:16 -05:00 |
|
Jeff Geerling
|
94b0b17921
|
Update README.
|
2016-03-08 22:25:35 -06:00 |
|
Jeff Geerling
|
acd14ea309
|
Ansible Galaxy 2.0 updates.
|
2016-03-05 21:42:01 -06:00 |
|
Jeff Geerling
|
a4eacfa193
|
Merge pull request #84 from oxyc/docker
Issue #77: Add docker based tests
2.0.1
|
2016-03-01 12:34:46 -06:00 |
|
Oskar Schöldström
|
6e9b80c193
|
Add a custom initctl script to fix Ubuntu 14.04. Disable 12.04
|
2016-02-29 22:50:59 -05:00 |
|
Oskar Schöldström
|
7038d6ed61
|
fix connection tests failing on centos6 as performance_schema db does not exist
|
2016-02-29 22:50:59 -05:00 |
|
Oskar Schöldström
|
88409e2079
|
add separate test playbook for centos7
|
2016-02-29 22:50:59 -05:00 |
|
Oskar Schöldström
|
d190734e84
|
Add initial docker setup
|
2016-02-29 22:50:59 -05:00 |
|
Jeff Geerling
|
693ad377ff
|
Ansible version bump.
2.0.0
|
2016-02-28 23:37:28 -06:00 |
|
Jeff Geerling
|
e393119ed8
|
Fix Ansible 2.x deprecation warnings.
|
2016-02-28 23:37:00 -06:00 |
|
Jeff Geerling
|
bb39bf5632
|
Fixes #59: Ansible 2.x role cleanup.
1.9.1
|
2016-01-12 09:25:59 -06:00 |
|
Jeff Geerling
|
9495e1d9f9
|
Fixes #52: Remove deprecated log_slow_queries variable from template.
1.9.0
|
2015-12-17 14:31:40 -06:00 |
|
Jeff Geerling
|
38b4a90117
|
Merge pull request #78 from caspark/master
Set pidfile even when not running via mysqld_safe
1.8.1
|
2015-12-17 10:47:23 -06:00 |
|
Caspar Krieger
|
984473e138
|
Set pidfile even when not running via mysqld_safe
For example, Ubuntu 14.04 /etc/init.d/mysql does not use mysqld_safe
and parses the pidfile out of `mysqld --print-defaults` instead.
|
2015-12-17 23:32:58 +11:00 |
|
Jeff Geerling
|
0c224d8e9d
|
PR #76 follow-up: Clean up defaults examples.
1.8.0
|
2015-12-16 16:04:55 -06:00 |
|
Jeff Geerling
|
a3d3bf21d9
|
Merge pull request #76 from BlackMesh/allow_custom_variables
Allow configuration of variables not currently supported
|
2015-12-16 16:03:39 -06:00 |
|
Solomon Gifford
|
1b1e11b689
|
Fixed spacing
|
2015-12-16 16:12:02 -05:00 |
|
Jeff Geerling
|
0c1026d2d7
|
PR #65: Document addition of append_privs option for mysql_users.
|
2015-12-16 14:11:04 -06:00 |
|
Jeff Geerling
|
00d2287094
|
Merge pull request #65 from raistlin/raistlin-patch-1
Allow append privileges
|
2015-12-16 14:09:08 -06:00 |
|
Solomon Gifford
|
0556899ab4
|
Support mariadb and other mysql implementations that have a mysql include directory for my.cnf overrides
|
2015-12-16 13:51:43 -05:00 |
|
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 |
|
Jeff Geerling
|
b499ee05c4
|
Merge pull request #75 from BlackMesh/delete_root_external
Disallow root login remotely
|
2015-12-15 16:37:38 -06:00 |
|
Solomon Gifford
|
9de3121b26
|
Allow configuration of variables not currently supported
|
2015-12-15 16:13:49 -05:00 |
|
Solomon Gifford
|
140026c7f1
|
Disallow root login remotely
|
2015-12-15 15:14:53 -05:00 |
|
Jeff Geerling
|
f6469a6845
|
Merge pull request #74 from BlackMesh/mysql-python-order
reversed order of mysql-python install
1.7.1
|
2015-12-10 20:38:48 -06:00 |
|
Solomon Gifford
|
1960305381
|
reversed order of mysql-python install
|
2015-12-10 19:45:24 -05:00 |
|
Jeff Geerling
|
8991c7c8b9
|
Merge pull request #70 from caseycs/adjustable_connection_count
PR #70: Make connection count adjustable.
1.7.0
|
2015-11-12 15:01:28 -06:00 |
|
Ilia Kondrashov
|
74965f67ae
|
make connection count adjustable
|
2015-11-12 21:23:44 +01:00 |
|
Raul Ferriz
|
80a2bfd205
|
Update users.yml
|
2015-10-23 19:01:58 +02:00 |
|
Raul Ferriz
|
3d5668fb04
|
Allow append privileges
I need one user to access two different databases, with this change I can handle it.
|
2015-10-21 13:43:53 +02:00 |
|
Jeff Geerling
|
bb40196834
|
Small fix for previous MySQL PR merge on Ansible 2.
1.6.9
|
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
1.6.8
|
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.
1.6.7
|
2015-10-01 22:53:05 -05:00 |
|
Jeff Geerling
|
fc6609cd67
|
Issue #60: Document new mysql_root_password_update option.
1.6.6
|
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.
1.6.5
|
2015-10-01 22:27:59 -05:00 |
|
Jeff Geerling
|
b022e2699f
|
Revert previous commit for Issue #60 - it didn't help.
1.6.4
|
2015-09-30 22:49:46 -05:00 |
|
Jeff Geerling
|
e6969ef0f7
|
Issue #60: 'Get list of hosts for the root user' fails to run.
1.6.3
|
2015-09-30 22:41:17 -05:00 |
|