Commit graph

527 commits

Author SHA1 Message Date
Tim Gerla
9c054652d1 Merge pull request #69 from siso/master
Fix issue when "SELinux is disabled on this host."
2014-08-21 17:23:25 -07:00
Tim Gerla
ab8aa27eb9 Merge pull request #78 from thisdavejohnson/master
Added test playbooks for Windows
2014-08-21 17:23:04 -07:00
Dave Johnson
7296ce5304 Added test playbooks for Windows 2014-08-21 10:01:50 -04:00
Michael DeHaan
bd5dcf41ff Merge pull request #76 from jaywon/master
Remove .DS_Store files from openshift playbook example. Add to .gitignore.
2014-08-09 11:10:11 -04:00
Jay Won
0d6ccfd114 Remove .DS_Store files from openshift playbook example. Added .DS_store to .gitignore for entire repo. 2014-08-09 00:00:31 -10:00
Jeff Geerling
d098cd9c39 Merge branch 'master' of github.com:geerlingguy/ansible-role-mysql 2014-08-07 12:12:43 -05:00
Jeff Geerling
04d1000d39 Merge pull request #4 from seschwar/master
Add more configurability to the role - root username, error logging, dbs and users, ports.
2014-08-07 12:11:29 -05:00
Sebastian Schwarz
ff924e6f19 Also adjust port and socket of the MySQL client 2014-08-07 14:26:05 +02:00
Sebastian Schwarz
c836899536 Make error logging configurable 2014-08-07 14:26:05 +02:00
Sebastian Schwarz
64e337194c Make MySQL root username configurable
While this doesn't seem to make sense on first glance it is useful for
systems which were screwed with Parallels Plesk, which renames the MySQL
root user to "admin".

This change allowes this role to be used while the server is
transitioning from Plesk to Ansible.
2014-08-07 14:26:05 +02:00
Sebastian Schwarz
3a15b07608 Allow creation of databases and users
Inspired by the Ansibles.mysql role.
2014-08-07 14:26:05 +02:00
Sebastian Schwarz
cbf36a7920 Mention Debian and Ubuntu as supported platforms 2014-08-06 11:46:54 +02:00
Jeff Geerling
d733583be5 Install current version of Ansible when testing instead of 1.5.0. 2014-08-03 21:47:53 -05:00
Tim Gerla
deab84fa0a Merge pull request #74 from tgerla/varsfixes
use inventory_hostname instead of ansible_hostname
2014-07-19 09:25:09 -07:00
Tim Gerla
ce719a12cb use inventory_hostname instead of ansible_hostname 2014-07-19 09:24:30 -07:00
Jeff Geerling
40db7013c8 Merge pull request #3 from simonvlc/patch-1
Remove 'simulate' flag when uninstalling mysql.
2014-07-11 09:10:14 -05:00
simonvlc
e9b78d3f1e Removing 'simulate' flag
Hi there,

I don't know if it's intended, but the '-s' flag just simulates the purge of the packages. I was having some problems with this trying to install percona.

Kind regards, Simon.
2014-07-11 15:31:12 +02:00
Tim Gerla
4da36968f3 Merge pull request #72 from thisdavejohnson/master
Added a note about default Nagios username and password
2014-07-07 10:40:32 -07:00
Dave Johnson
6f3368839d Added a note about default Nagios username and password 2014-07-07 13:20:31 -04:00
Jeff Geerling
71cf6337bc Add extra variables wait_timeout and max_allowed_packet. 2014-07-03 08:25:12 -05:00
Michael DeHaan
9767f3ae6f Merge pull request #71 from thisdavejohnson/master
Move SE Linux python bindings to common role
2014-07-01 14:31:45 -05:00
Dave Johnson
508151a46f Moved installing SE Linux python bindings to common role 2014-07-01 13:30:46 -04:00
Dave Johnson
ea985a9ed4 Move installing SE Linux python bindings to common role 2014-07-01 13:18:32 -04:00
Dave Johnson
0643b72e0f Install SE Linux python bindings
Install SE Linux python bindings in the common role, before copying any files into place. Fixes an issue deploying against CentOS in AWS.
2014-07-01 13:17:48 -04:00
Benno Joy
4aef24b0b1 Merge pull request #70 from strobe/master
fix for wrong domain name string in openshift named.conf template
2014-07-01 19:57:37 +05:30
Evgeniy Tokarev
a354706dac domain name in openshift named.conf template has fixed 2014-07-01 09:30:14 +06:00
Simone Soldateschi
db390ec829 Fix issue when "SELinux is disabled on this host."
If SELinux is already disabled, then skip:

    "Configure SELinux to start mysql on any port"
2014-06-22 21:49:55 +01:00
Tim Gerla
9a00ad88c2 Merge pull request #68 from darkk/patch-1
complex_args: update example for ansbile-1.7
2014-06-21 09:42:35 -07:00
Leonid Evdokimov
43518a93f5 complex_args: update example for ansbile-1.7
$ is obsolete and fails to work with ansible-playbook 1.7 (devel 6bc056e012)
2014-06-18 19:21:26 +04:00
Tim Gerla
e893d916ab Merge pull request #66 from drag00n/addhaproxycheck
add wait_for option to check for webserver uptime before haproxy enables
2014-06-04 07:36:25 -07:00
drag00n
e7c4070819 Remove s from 80 2014-05-27 15:31:48 -04:00
Jeff Geerling
e9f332d42a Don't worry about the MySQL slow log when debugging Travis. 2014-05-23 14:07:12 -05:00
Jeff Geerling
af3a1d154c Another attempt at getting good debug output from Travis. 2014-05-23 14:00:05 -05:00
Jeff Geerling
d15399ead9 Final attempt - tests should finally pass. 2014-05-23 13:54:23 -05:00
Jeff Geerling
8d2711b6d6 Update playbook with default file size for MySQL InnoDB log. 2014-05-23 13:48:57 -05:00
Jeff Geerling
02cc7cb518 More MySQL debugging on Travis - getting closer. 2014-05-23 13:42:51 -05:00
Jeff Geerling
e1cdf2a34e More MySQL debugging on Travis. 2014-05-23 13:37:40 -05:00
Jeff Geerling
2c31c5b3da Another attempt to debug Travis and MySQL. 2014-05-23 13:29:33 -05:00
Jeff Geerling
26d7035304 Another attempt at debugging MySQL/Travis. 2014-05-23 13:22:31 -05:00
Jeff Geerling
fe50186e6f More Travis testing - see what's up with MySQL. 2014-05-23 13:18:23 -05:00
Jeff Geerling
c5b85c059f Back to a working build. 2014-05-23 12:22:13 -05:00
Jeff Geerling
f4de3d0c77 Don't hide output of MySQL removal. 2014-05-23 12:12:38 -05:00
Jeff Geerling
23ce522459 Remove MySQL before proceeding. 2014-05-23 12:12:19 -05:00
Jeff Geerling
fb87c336db More Travis debugging - does it restart? 2014-05-23 12:07:54 -05:00
Jeff Geerling
a93b843f2d Better handler name, perhaps. 2014-05-23 11:54:46 -05:00
Jeff Geerling
7b99b6aacc More Travis testing. 2014-05-23 11:47:30 -05:00
Jeff Geerling
4715a6bd60 Back to original settings. Something's funny with Travis CI. 2014-05-23 11:44:52 -05:00
Jeff Geerling
e81207aed1 Another attempted fix to make Travis happy. 2014-05-23 11:40:37 -05:00
Jeff Geerling
7c72863868 More testing. 2014-05-23 11:32:27 -05:00
Jeff Geerling
747b88d52e Check mysql daemon status. 2014-05-23 11:29:24 -05:00