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
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
thegmandrive
fe00ddd425
updating group_vars with new wordpress version 3.6 and Sha256sum check.
2013-08-05 11:57:10 -06:00
Javier Candeira
dd28b314b9
document use of raw variables in loop_nested
2013-07-15 14:35:18 +10:00
Tim Gerla
e7832eb7da
Merge pull request #17 from tgerla/wordpress-nginx
...
Initial commit of a Wordpress site deployment playbook
2013-06-30 21:55:27 -07:00
Tim Gerla
e545807a66
Initial commit of a Wordpress site deployment playbook
2013-06-30 21:54:21 -07:00
Tim Gerla
e0b0a9f306
Merge pull request #3 from jsmartin/riak
...
Merge riak deployment playbooks.
2013-06-29 19:47:32 -07:00
Tim Gerla
47d36416ae
Merge pull request #10 from lwade/master
...
ec2 example update
2013-06-29 13:12:05 -07:00
Tim Gerla
2a8b1a14e1
Merge pull request #16 from tgerla/master
...
Fix up hosts inventory example for lamp_haproxy (fix #15 )
2013-06-29 13:11:05 -07:00
Tim Gerla
1c12398de2
fix up hosts inventory example for lamp_haproxy ( fix #15 )
2013-06-29 13:10:04 -07:00
James Martin
749f2b3f30
Updated docs. Updated apt install package version task.
2013-06-29 00:45:29 -04:00
James Martin
a64a6455a1
Updated to support optional firewalling and version number.
2013-06-28 18:34:49 -04:00
Tim Gerla
60526841a4
Merge pull request #14 from tgerla/play
...
initial commit of a simple Play webapp and Ansible playbooks (Original a...
2013-06-28 14:20:36 -07:00
Tim Gerla
b9e49387e3
initial commit of a simple Play webapp and Ansible playbooks (Original author: Benno Joy)
2013-06-28 14:12:48 -07:00
Tim Gerla
715e815529
Merge pull request #13 from tgerla/tomcat
...
Initial addition of a basic Tomcat playbook example
2013-06-28 13:07:42 -07:00
Tim Gerla
2c9037a11b
Initial addition of a basic Tomcat playbook example
2013-06-28 13:06:51 -07:00
Tim Gerla
7d8f6c018d
Merge pull request #12 from tgerla/jboss
...
Initial commit of a simple jboss standalone application server playbook
2013-06-26 11:13:35 -07:00
Tim Gerla
3c72140e60
Minor README tweak
2013-06-26 11:13:17 -07:00
Tim Gerla
0fee3d7a9c
Initial commit of a simple jboss standalone application server deployment
2013-06-26 10:59:20 -07:00
Tim Gerla
4056f51f10
Merge pull request #11 from ansible/hadoop
...
Import hadoop deployment playbooks
2013-06-25 16:04:22 -07:00
Tim Gerla
0c387c0211
import hadoop deployment playbooks
2013-06-25 16:02:51 -07:00
Tim Gerla
01ee70d420
README reformatting/editing, minor style tweaks
2013-06-25 13:08:00 -07:00
Tim Gerla
9e48d2768b
fix Nagios config filenames
2013-06-25 10:02:21 -07:00
Lester Wade
5954ba8407
Add wait_for to the example to ensure a machine has booted.
2013-06-14 12:11:07 -04:00
James Martin
0138f10b32
Fixed rolling restart. Updated documentation to mention selinux.
2013-06-11 23:43:22 -04:00
James Martin
9e69b4b2b1
Removed async from playbooks.
2013-05-27 16:03:28 -04:00
Tim Gerla
6896742fd1
Port to 1.2 variable syntax and real roles, minor best-practice updates
2013-05-20 16:45:26 -07:00
Tim Gerla
43c05aae55
Merge pull request #9 from aboyett/mongo-is-not-hadoop
...
mongo servers aren't supposed to be named hadoop, they're supposed to be named mongo!
2013-05-14 17:34:38 -07:00
Andy Boyett
cba1446d38
make hosts file more clear in mongo example
...
It looks like this file was copied from a hadoop example and not all
instances of the word "hadoop" were replaced with "mongo." Running a
quick s/hadoop/mongo/g fixes this up to provide a more clear example.
2013-05-14 17:23:43 -07:00
Tim Gerla
0d3fc693d1
Merge pull request #8 from neomantra/master
...
mongodb example README typos
2013-05-09 21:54:02 -07:00
Evan Wies
c83c0857c4
fix mongodb README typos
2013-05-10 00:39:03 -04:00
James Martin
0ad144fda0
Unecessary syntax.
2013-05-09 21:48:48 -04:00
James Martin
d165ac0dfe
Updated readme, updated Vagrantfile to default to CentOS.
2013-05-09 21:43:48 -04:00
James Martin
221ac27290
Sync'd to mater.
2013-05-09 20:33:45 -04:00
James Martin
b5d4acb7db
Smarter ufw module.
2013-05-09 20:18:41 -04:00
James Martin
989a130e1f
Using ufw module for ubuntu plays.
2013-05-09 20:04:17 -04:00
James Martin
7524fc3cbe
Initial check-in.
2013-05-09 13:07:45 -04:00
Tim Gerla
30a9693c4e
Updates for style and 1.2 syntax
2013-05-06 20:03:39 -07:00
Michael DeHaan
bf7f9d5c65
Added all the playbook language fragments to the ansible-examples repo.
2013-05-05 14:02:39 -04:00
Tim Gerla
dd6cd68f81
Simplify site.yml and allow parallelization of 'common' role tasks, and update to new pre_task/post_task syntax for rolling update.
2013-04-25 20:03:03 -07:00
Tim Gerla
12e49df911
edits to the MongoDB README.md file
2013-04-23 20:46:13 -07:00
bennojoy
0509255c13
removed nodes.yml from playbooks
2013-04-20 10:22:13 +05:30
bennojoy
c5ffa7e432
MongoDB Update
2013-04-20 10:14:40 +05:30
Benno Joy
dfc8f4f10a
Merge pull request #3 from tgerla/master
...
Minor improvements and doc updates
2013-04-19 18:19:52 -07:00
Tim Gerla
70fd4d25fd
Merge branch 'master' of github.com:ansible/ansible-examples
2013-04-19 13:37:31 -07:00