Ivan Grynenko
0d99f1ee04
Added php role, removed unused trees.
2016-06-11 10:25:11 +10:00
Ivan Grynenko
d597140da1
Removed git submodule
2016-06-11 10:15:48 +10:00
Ivan Grynenko
92526d424f
added ansinble-role-php
2016-06-11 10:09:20 +10:00
Ivan Grynenko
a52265666b
Added port to server IP.
2016-06-10 17:32:01 +10:00
Ivan Grynenko
01fa92ef31
Updated variables.
2016-06-10 17:30:25 +10:00
Ivan Grynenko
3e14cd0c0a
Fixing mariadb install.
2016-06-09 21:16:01 +10:00
Ivan Grynenko
6ac688417d
Replacing with wordpress-based
2016-06-09 21:10:49 +10:00
Ivan Grynenko
c502cf8736
Fixing php-fpm
2016-06-09 21:02:03 +10:00
Ivan Grynenko
eb4bf7d262
Fixing php-fpm.
2016-06-09 20:56:41 +10:00
Ivan Grynenko
a4294eb0cd
Removed firewalld for now.
2016-06-09 20:50:56 +10:00
Ivan Grynenko
8a5430336b
Moved PHP-FPM into it's own role
2016-06-09 20:49:36 +10:00
Ivan Grynenko
9aeea4fe77
Updated php-fpm
2016-06-09 20:32:13 +10:00
Ivan Grynenko
80a8bc423f
Fixed broken line
2016-06-09 20:21:09 +10:00
Ivan Grynenko
b6f8c7797b
Added few PHP modules.
2016-06-09 20:18:26 +10:00
Ivan Grynenko
f72efe3001
Updated SSH ports.
2016-06-09 20:00:22 +10:00
Ivan Grynenko
8e94ca097a
Updated hosts to use remote host
2016-06-09 19:39:10 +10:00
Ivan Grynenko
08c7c45dbb
Added centos7 lamp.
2016-06-09 19:38:06 +10:00
Jeff Geerling
b0fd5c3f61
Merge pull request #126 from flackend/master
...
Fix for complex passwords in .my.cnf
2016-05-31 23:15:28 -05:00
flackend
3fb815e5dc
Fix for complex passwords in .my.cnf
...
Adds quotes around password value.
2016-05-31 18:47:49 -04:00
Jeff Geerling
6bdfd8bb8c
Merge pull request #124 from nerzhul/drop_user
...
Permit to remove user, not only create them
2016-05-12 07:50:15 -05:00
nerzhul
67d5548e6d
Permit to remove user, not only create them
2016-05-12 14:45:36 +02:00
Jeff Geerling
d6706d703c
Merge pull request #114 from nerzhul/skip_name_resolve
...
Add mysql_skip_name_resolve parameter
2016-05-11 08:07:55 -05:00
James Cammarata
f72887ab1b
Fixing incorrect loop + role example
2016-05-11 08:03:29 -04:00
nerzhul
5e7edb8580
Add mysql_skip_name_resolve parameter
...
This prevent MySQL DNS name resolution.
Default: no
2016-05-11 12:42:10 +02:00
Jeff Geerling
48ef3413b3
PR #119 follow-up: Remove redhat-lsb-core install from test containers.
2016-05-04 11:09:42 -05:00
Jeff Geerling
27336a8116
Merge pull request #119 from curantes/patch-1
...
remove requirement of redhat-lsb-core
2016-05-04 11:08:53 -05:00
curantes
290d9f05a6
remove requirement of redhat-lsb-core
...
I would suggest to use {{ ansible_distribution_major_version }} instead of the {{ ansible_lsb.major_version }} since that will require the package redhat-lsb-core installed which is not always installed. You will get the same result if you use the other way without the requirement of redhat-lsb-core package.
2016-05-04 10:22:23 +02:00
Jeff Geerling
f94f3a6bed
Merge pull request #116 from geerlingguy/dglaser-master
...
Support MariaDB in RHEL 7 out of the box
2016-04-29 16:01:12 -04:00
Jeff Geerling
3acd799991
Install redhat-lsb-core prior to test.
2016-04-29 15:42:47 -04:00
Jeff Geerling
91c3b9c3eb
Ensure redhat-lsb-core is installed.
2016-04-29 15:36:39 -04:00
Jeff Geerling
71d6a0b328
Fix test build for CentOS 7.
2016-04-29 14:41:29 -04:00
Jeff Geerling
72d6da3922
Another attempt to get tests passing for RHEL.
2016-04-29 13:54:15 -04:00
Jeff Geerling
a7cdfefb55
Fix problems with new CentOS 7 MariaDB fixes.
2016-04-29 13:44:59 -04:00
Jeff Geerling
b8ee93bdd1
Merge branch 'master' of git://github.com/dsglaser/ansible-role-mysql into dglaser-master
2016-04-29 13:39:26 -04:00
Jeff Geerling
63064eab7f
Remove second idempotence test, fix follow-up to #115 .
2016-04-28 17:00:24 -04:00
Jeff Geerling
cad1192ff1
Merge pull request #115 from jonpugh/patch-1
...
Fix "when" statement for mysql error log file permissions.
2016-04-28 16:59:21 -04:00
Jon Pugh
c87ce1f672
Adding a "test role again"
2016-04-28 13:38:58 -04:00
Jon Pugh
08f2b86a9a
Fix "when" statement for mysql error log file permissions.
2016-04-28 12:33:21 -04:00
Jeff Geerling
7a0a48278f
Merge pull request #108 from geerlingguy/63-ubuntu-xenial
...
Fixes #63 : Running role on Ubuntu 15/16.04 fails.
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
David Glaser
1e75c2f3e3
Verify that datadir has been created and selinux context set. Currently
...
selinux context set separately because I'm not sure that Ubuntu has it
installed in all cases.
2016-04-06 10:45:04 -04:00
David Glaser
64a7b7357a
Updated README for RHEL 7
2016-04-06 09:38:18 -04:00
David Glaser
01abbcaca3
Adapted for RHEL 7:
...
Separated RedHat.yml files into RedHat 6 and RedHat 7 files
Adapted main.yml to point to the correct file
2016-04-06 09:34:28 -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.
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