Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
f39ab482
Commit
f39ab482
authored
Jul 25, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
726d0bd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
README.md
+19
-19
No files found.
README.md
View file @
f39ab482
...
...
@@ -6,33 +6,33 @@ User contributed playbooks, modules, and articles
Ansible Modules
===============
*
[
Official "core" ansible modules
]
[
http://ansible.github.com/modules.html
]
- various
*
[
mercurial
]
[
https://github.com/bradobro/ansible-module-mercurial
]
- bradobro
*
[
zypper (bash module example)
]
[
https://github.com/jpmens/ansible-zypp
]
- jp_mens
*
[
lineinfile
]
[
https://github.com/azemon/ansible/blob/lineinfile/library/lineinfile
]
- azemon
*
[
homebrew
]
[
https://gist.github.com/3170079
]
- swehack
*
[
Official "core" ansible modules
]
(
http://ansible.github.com/modules.html
)
- various
*
[
mercurial
]
(
https://github.com/bradobro/ansible-module-mercurial
)
- bradobro
*
[
zypper (bash module example)
]
(
https://github.com/jpmens/ansible-zypp
)
- jp_mens
*
[
lineinfile
]
(
https://github.com/azemon/ansible/blob/lineinfile/library/lineinfile
)
- azemon
*
[
homebrew
]
(
https://gist.github.com/3170079
)
- swehack
Python modules using 0.6 and later can use the common "AnsibleModule" class to dramatically reduce
the amount of boilerplate code required.
the amount of boilerplate code required.
Modules can be written in any language, however.
Selected Playbooks
==================
*
[
Hadoop
]
[
https://github.com/jkleint/ansible-contrib/tree/master/playbooks/hadoop_jkleint
]
- jkleint
*
[
LAMP
]
[
https://github.com/fourkitchens/server-playbooks
]
-
[
Four Kitchens
][
http://fourkitchens.com
]
*
[
Ganglia
]
[
https://github.com/mpdehaan/ansible-examples
]
- mpdehaan
*
[
Nginx
]
[
http://www.capsunlock.net/2012/04/ansible-nginx-playbook.html
]
- imcocoy
*
[
Hadoop
]
(
https://github.com/jkleint/ansible-contrib/tree/master/playbooks/hadoop_jkleint
)
- jkleint
*
[
LAMP
]
(
https://github.com/fourkitchens/server-playbooks
)
-
[
Four Kitchens
][
http://fourkitchens.com
]
*
[
Ganglia
]
(
https://github.com/mpdehaan/ansible-examples
)
- mpdehaan
*
[
Nginx
]
(
http://www.capsunlock.net/2012/04/ansible-nginx-playbook.html
)
- imcocoy
Blogs & Articles
================
*
[
HighScalability.com
]
[
http://highscalability.com/blog/2012/4/18/ansible-a-simple-model-driven-configuration-management-and-c.html
]
- mpdehaan
*
[
ColoAndCloud.com interview
]
[
http://www.coloandcloud.com/editorial/an-interview-with-ansible-author-michael-dehaan/
]
- mpdehaan
*
[
dzone
]
[
http://server.dzone.com/articles/ansible-cm-deployment-and-ad
]
- Mitch Pronschinske
*
[
Configuration Management With Ansible
]
[
http://jpmens.net/2012/06/06/configuration-management-with-ansible/
]
- jp_mens
*
[
Shell Scripts As Ansible Modules
]
[
http://jpmens.net/2012/07/05/shell-scripts-as-ansible-modules/
]
- jp_mens
*
[
Ansible Facts
]
[
http://jpmens.net/2012/07/15/ansible-it-s-a-fact/
]
- jp_mens
*
[
Ansible Pull Mode
]
[
http://www.capsunlock.net/2012/05/using-ansible-pull-and-user-data-to-setup-ec2-or-openstack-servers.html
]
- imcocoy
*
[
HighScalability.com
]
(
http://highscalability.com/blog/2012/4/18/ansible-a-simple-model-driven-configuration-management-and-c.html
)
- mpdehaan
*
[
ColoAndCloud.com interview
]
(
http://www.coloandcloud.com/editorial/an-interview-with-ansible-author-michael-dehaan/
)
- mpdehaan
*
[
dzone
]
(
http://server.dzone.com/articles/ansible-cm-deployment-and-ad
)
- Mitch Pronschinske
*
[
Configuration Management With Ansible
]
(
http://jpmens.net/2012/06/06/configuration-management-with-ansible/
)
- jp_mens
*
[
Shell Scripts As Ansible Modules
]
(
http://jpmens.net/2012/07/05/shell-scripts-as-ansible-modules/
)
- jp_mens
*
[
Ansible Facts
]
(
http://jpmens.net/2012/07/15/ansible-it-s-a-fact/
)
- jp_mens
*
[
Ansible Pull Mode
]
(
http://www.capsunlock.net/2012/05/using-ansible-pull-and-user-data-to-setup-ec2-or-openstack-servers.html
)
- imcocoy
Updates
========
...
...
@@ -43,8 +43,8 @@ Disclaimer
==========
Modules and playbooks here may not be using the latest in Ansible features. When in doubt to the features of
a particular version of Ansbile, always consult
[
ansible.github.com
]
[
http://ansible.github.com
]
a particular version of Ansbile, always consult
[
ansible.github.com
]
(
http://ansible.github.com
)
Ansible is (C) 2012,
[
Michael DeHaan
]
[
http://twitter.com/laserllama
]
and others and is available under the GPLv3 license. Content here is as specified
Ansible is (C) 2012,
[
Michael DeHaan
]
(
http://twitter.com/laserllama
)
and others and is available under the GPLv3 license. Content here is as specified
by individual contributors.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment