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
6eabfa07
Commit
6eabfa07
authored
Jul 25, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
a87f4672
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
README.md
+13
-9
No files found.
README.md
View file @
6eabfa07
Ansible Resources
Ansible Resources
=================
=================
User contributed playbooks, modules, and articles
User contributed playbooks, modules, and articles. This is a small curated list, but growing. Everyone is encouraged to add to this document,
submit a pull request at http://github.com/ansible/ansible-resources.
Ansible Modules
Ansible Modules
===============
===============
Ansible modules are a way of adding new client-side logic to ansible. They can be written in any language.
*
[
Official "core" ansible modules
](
http://ansible.github.com/modules.html
)
- various
*
[
Official "core" ansible modules
](
http://ansible.github.com/modules.html
)
- various
*
[
mercurial
](
https://github.com/bradobro/ansible-module-mercurial
)
- bradobro
*
[
mercurial
](
https://github.com/bradobro/ansible-module-mercurial
)
- bradobro
*
[
zypper (bash module example)
](
https://github.com/jpmens/ansible-zypp
)
- jp_mens
*
[
zypper (bash module example)
](
https://github.com/jpmens/ansible-zypp
)
- jp_mens
...
@@ -13,14 +16,19 @@ Ansible Modules
...
@@ -13,14 +16,19 @@ Ansible Modules
*
[
homebrew
](
https://gist.github.com/3170079
)
- swehack
*
[
homebrew
](
https://gist.github.com/3170079
)
- swehack
Python modules using 0.6 and later can use the common "AnsibleModule" class to dramatically reduce
Python modules using 0.6 and later can use the common "AnsibleModule" class to dramatically reduce
the amount of boilerplate code required. Modules can be written in any language, however.
the amount of boilerplate code required. Not all modules above yet take advantage of this feature.
See the official documentation for more details.
Selected Playbooks
Selected Playbooks
==================
==================
[
Playbooks
](
http://ansible.github.com/playbooks.html
)
are ansible's configuration management language. It should
be easy to write your own from scratch for most applications, but it's always helpful to look at what others have
done for reference.
*
[
Hadoop
](
https://github.com/jkleint/ansible-contrib/tree/master/playbooks/hadoop_jkleint
)
- jkleint
*
[
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
)
*
[
LAMP
](
https://github.com/fourkitchens/server-playbooks
)
-
[
Four Kitchens
](
http://fourkitchens.com
)
*
[
Ganglia
](
https://github.com/mpdehaan/ansible-examples
)
- mpdehaan
*
[
Ganglia
(demo)
](
https://github.com/mpdehaan/ansible-examples
)
- mpdehaan
*
[
Nginx
](
http://www.capsunlock.net/2012/04/ansible-nginx-playbook.html
)
- imcocoy
*
[
Nginx
](
http://www.capsunlock.net/2012/04/ansible-nginx-playbook.html
)
- imcocoy
Blogs & Articles
Blogs & Articles
...
@@ -34,16 +42,12 @@ Blogs & Articles
...
@@ -34,16 +42,12 @@ Blogs & Articles
*
[
Ansible Facts
](
http://jpmens.net/2012/07/15/ansible-it-s-a-fact/
)
- 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
*
[
Ansible Pull Mode
](
http://www.capsunlock.net/2012/05/using-ansible-pull-and-user-data-to-setup-ec2-or-openstack-servers.html
)
- imcocoy
Updates
========
To make additions to this doucment, submit a pull request at http://github.com/ansible/ansible-resources
Disclaimer
Disclaimer
==========
==========
Modules and playbooks here may not be using the latest in Ansible features. When in doubt to the features of
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
)
and in particular
see
[
Best Practices
](
http://ansible.github.com/bestpractices.html
)
for some tips and tricks that may be useful.
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.
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