Commit graph

471 commits

Author SHA1 Message Date
Jeff Geerling
0c224d8e9d PR #76 follow-up: Clean up defaults examples. 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
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.
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. 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
Greg DeKoenigsberg
49708518fa Merge pull request #127 from TechIsCool/wordpress-nginx_rhel7
Combined the lamp_simple_rhel7 and wordpress-nginx creating wordpress-nginx_rhel7
2015-08-31 11:42:13 -04: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
David Beck
f43ef22ab8 Combined the lamp_simple_rhel7 and wordpress-nginx
Added support for rhel7 for the Wordpress Ansible playbook. Since its
not backwards compatible I have placed it in a new folder. Also updated
it to the newest version of Wordpress
2015-08-27 11:31:45 -07:00
Greg DeKoenigsberg
5a07c98b3c Merge pull request #116 from stevemcquaid/master
Need add Start Of the Services on Reboot: Start nginx + php-fpm services
2015-08-25 13:03:13 -04: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
Greg DeKoenigsberg
61208b45da Merge pull request #122 from varnav/master
Updated Wordpress version and made it to start on boot
2015-08-17 13:05:52 -04:00
Stephen McQuaid
50aae3631f Start nginx + php-fpm services 2015-08-17 09:16:44 -07:00
varnav
03bf288feb Updated Wordpress version and made it to start on boot 2015-08-07 11:58:17 +03:00
Greg DeKoenigsberg
bb4f4c4442 Merge pull request #121 from varnav/master
Added RHEL7/CentOS 7 compatible version of lamp_simple
2015-08-06 13:37:51 -04:00
varnav
51f61c6b8e Changed copyright to myself 2015-08-06 20:36:33 +03:00
varnav
9a1d5db4a9 Added RHEL7/CentOS 7 compatible version of lamp_simple
RHEL7 version reflects changes in Red Hat Enterprise Linux and CentOS
7:
1. Network device naming scheme has changed
2. iptables is replaced
with firewalld
3. MySQL is replaced with MariaDB
2015-08-06 12:16:21 +03:00
Greg DeKoenigsberg
96bfdb3cb1 Merge pull request #120 from varnav/master
Rewritten for mysqli
2015-08-05 15:40:29 -04:00
varnav
fc168df4ff root -> foouser
Changing root MySQL user is not a good idea, it is better to add our own
user instead.
2015-08-05 14:02:08 +03:00
varnav
ec95a2562d Rewritten for mysql
mysql PHP extension is deprecated, rewritten for mysqli
2015-08-05 13:59:43 +03:00
Tim Gerla
ce2c7b816c Merge pull request #118 from varnav/master
Fixes compatibility with Consistent Network Device Naming scheme
2015-08-04 10:35:34 -04:00
varnav
4229b7ab66 Fixes compatibility with Consistent Network Device Naming scheme
Fixes compatibility with CentOS and other OSes that use Consistent
Network Device Naming.
2015-08-04 17:33:04 +03:00
Brian Coca
323b4a4a5e Merge pull request #114 from dragorosson/master
Proof MongoDB readme
2015-07-28 13:56:33 -04:00
Drago Rosson
6976f20e83 Proof MongoDB readme 2015-07-28 12:29:50 -05:00
Tim Gerla
6a57cb8982 Merge pull request #113 from geerlingguy/update-haproxy-rolling-update
Update HAProxy rolling_update.yml example - use haproxy module.
2015-07-19 18:21:10 -04:00
Jeff Geerling
05fbedb45e Update HAProxy rolling_update.yml example - use haproxy module. 2015-07-19 17:15:32 -05:00