Commit graph

142 commits

Author SHA1 Message Date
David Federlein
e442dafce5 Fixed an incorrect extract directory and updated for 7.0.50 2014-01-16 10:43:55 -06:00
Tim Gerla
ee812c726e Merge pull request #50 from rgarrigue/patch-1
Update main.yml
2014-01-16 08:29:55 -08:00
Tim Gerla
5470357053 Merge pull request #49 from thuandt/master
Fix some issues in wordpress-nginx
2014-01-16 08:28:59 -08:00
Rémy G.
9b1aaa5ea5 Update main.yml
Fixes according to the actual syntax
2014-01-08 16:01:53 +01:00
MrTux
e4bdecb6c5 chmod after copy wordpress config 2014-01-01 04:37:55 +07:00
MrTux
824d35d0e3 Don't use sudo in 'Fetch random salts for Wordpress config' 2014-01-01 04:37:09 +07:00
MrTux
22090f0795 Task "Copy the EPEL repository definition" need libselinux-python package 2014-01-01 04:35:51 +07:00
MrTux
e4987a9de4 Add options for sudo 2014-01-01 04:34:23 +07:00
Tim Gerla
c792e6c0c9 Merge pull request #48 from surukuntu/master
Fixed - Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!
2013-12-26 19:07:02 -08:00
usurusr
f85695732b Merge branch 'master' of github.com:surukuntu/ansible-examples 2013-12-26 13:31:29 -07:00
usurusr
3fc30111fd Added selinux role to download and install libselinux-python to fix selinux error 2013-12-26 13:31:14 -07:00
Tim Gerla
9c7dfb956c Merge pull request #47 from surukuntu/master
Update main.yaml of tomcat-standalone tasks
2013-12-26 11:14:54 -08:00
surukuntu
2d1ab3a0dc Update main.yaml of tomcat-standalone tasks
Changed tomcat version to download from 7.0.42 -> 7.0.47

7.0.42 url returns 404 error.
2013-12-26 12:06:28 -07:00
Tim Gerla
c96fba7c3e Merge pull request #45 from m0rganic/patch-2
changed tomcat startup from state=started to state=restarted
2013-12-15 17:08:26 -08:00
Morgan Bickle
8d8e7c30a2 changing start tomcat from started to restarted
A detailed discussion of the issue can be found on this thread. 

https://groups.google.com/forum/#!msg/ansible-project/0WK4J8sefZs/YtuT_1v5xCQJ
2013-12-15 19:48:32 -05:00
Tim Gerla
1bfec9f93f Merge pull request #44 from tgerla/ec2fixups
Modernize action calls and clean comments a bit
2013-12-12 11:33:37 -08:00
Tim Gerla
bfa2f1cd2b Modernize action calls and clean comments a bit 2013-12-12 13:30:42 -06:00
Tim Gerla
93c899a287 Merge pull request #43 from tgerla/fixec2
Fix with_items variable syntax in ec2 example
2013-12-07 10:25:50 -08:00
Tim Gerla
f4c4c26aab Fix with_items variable syntax in ec2 example 2013-12-07 10:25:19 -08:00
Benno Joy
a2ea229447 Update README.md 2013-12-02 15:55:22 +05:30
Tim Gerla
26a0127934 Merge pull request #41 from tgerla/fixselinux
detect selinux and act accordingly
2013-12-02 02:01:09 -08:00
Tim Gerla
c6cfe808bd detect selinux and act accordingly 2013-12-02 12:56:00 +03:00
Tim Gerla
c769d5e045 Fix #40 -- test to see if selinux is enabled before running seboolean. 2013-11-26 19:35:50 -08:00
Tim Gerla
b4945a10c3 fix #36 and force the installation of libselinux-python 2013-11-23 12:11:40 -08:00
David Federlein
c6b018d2c7 http in git is depricated. 2013-11-20 21:13:07 -06:00
Tim Gerla
2ed8bfa5ef Merge pull request #34 from stevetjoa/master
Changed modules from 'action' to 'postgresql_db' and 'postgresql_user', ...
2013-11-02 22:10:14 -07:00
Steve Tjoa
d48255feca Changed modules from 'action' to 'postgresql_db' and 'postgresql_user', introduced into Ansible as of version 0.6. Also changed parameter 'user' to 'name' as specified in the current documentation. 2013-11-02 21:44:16 -07:00
Tim Gerla
ca03ba6331 Merge pull request #33 from truedays/patch-1
prevent non-existent file from breaking play
2013-11-01 11:04:14 -07:00
Ray
b55f4d1759 prevent non-existent file from breaking play
fixes:
failed: [127.0.0.1] => {"failed": true, "item": "", "rc": 257}
msg: Destination /etc/sysconfig/iptables does not exist !

create=yes allows it to not fail on non-existent file, but because regex={{ httpd_port }} doesn't match anything, nothing is done (no file is created)
2013-11-01 12:45:19 -05:00
Tim Gerla
8714a5cbc2 Merge pull request #32 from thefury/hosts-to-example
Move hosts to hosts.example
2013-10-21 17:24:49 -07:00
Trevor Oke
dc838ce605 Update README.md 2013-10-21 18:10:20 -04:00
Trevor Oke
ba8f47e2a5 move hosts to hosts.example
- move hosts file
  - add gitignore for hosts
  - this modification will allow admins to add their own hosts
    without worrying about accidentally uploading them to
    external servers.
2013-10-21 18:07:38 -04:00
David Federlein
82cead2bf5 Merge pull request #30 from dfederlein/master
fixed /n to []
2013-10-11 09:35:08 -07:00
David Federlein
3ef68f98f9 fixed /n to [] 2013-10-11 11:33:59 -05:00
David Federlein
08ad4c77fb Merge pull request #28 from dfederlein/master
Removed garbage.
2013-10-08 14:33:14 -07:00
David Federlein
f6de069ccf Removed garbage. 2013-10-08 16:31:10 -05:00
David Federlein
2b9b15c97f Merge pull request #27 from dfederlein/master
adding simple apache playbook/role.
2013-10-08 13:20:59 -07:00
David Federlein
dc04cb51c3 adding simple apache playbook/role.
new file:   apache/README.md
	new file:   apache/group_vars/all
	new file:   apache/group_vars/webservers
	new file:   apache/hosts
	new file:   apache/roles/apache/handlers/main.yml
	new file:   apache/roles/apache/tasks/deploy_site.yml
	new file:   apache/roles/apache/tasks/install_apache.yml
	new file:   apache/roles/apache/tasks/main.yml
	new file:   apache/roles/apache/templates/index.html.j2
	new file:   apache/roles/common/handlers/main.yml
	new file:   apache/roles/common/tasks/main.yml
	new file:   apache/site.yml
2013-10-08 15:02:26 -05:00
Tim Gerla
0d0497150c Merge pull request #25 from tgerla/master
add CC licenses to AnsibleWorks-contributed examples
2013-10-03 17:45:45 -07:00
Tim Gerla
937adf06ef add CC licenses to AnsibleWorks-contributed examples 2013-10-03 17:44:59 -07:00
Tim Gerla
8c47d3c60c Merge pull request #23 from malderhout/patch-1
Update main.yml
2013-10-01 17:35:56 -07:00
bennojoy
3f13c462f6 openshift update v2 2013-09-20 07:37:55 +05:30
bennojoy
1152a592f5 openshift plabooks 2013-09-20 07:33:38 +05:30
Maikel Alderhout
4fcd20c431 Update main.yml 2013-08-31 10:33:32 +02:00
bennojoy
296ec11f54 added && instead of ; 2013-08-23 19:21:47 +05:30
Benno Joy
bc3e192ffe Merge pull request #20 from posix4e/master
A small set of fixes
2013-08-23 04:33:52 -07:00
bennojoy
f7758fef25 mongo update selinux 2013-08-23 15:32:18 +05:30
Tim Gerla
0ce1096efe Merge pull request #19 from CorbanR/master
updating group_vars with new wordpress version 3.6 and Sha256sum check.
2013-08-10 13:59:12 -07:00
Tim Gerla
cca8cbdc23 Merge pull request #18 from candeira/loop_nested
document use of raw variables in loop_nested
2013-08-10 13:58:37 -07:00
Alex Newman
953ad5beb8 A small set of fixes
/'s security mode should be 0775 not 0774 so users can access subdirs
	Indenting was weird on the ports
	Correcting the file which is updated on namenode initialization
2013-08-09 16:34:53 -07:00