mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
README.md |
Ansible Resources
User contributed playbooks, modules, and articles
Ansible Modules
- Official "core" ansible modules - various
- mercurial - bradobro
- zypper (bash module example) - jp_mens
- lineinfile - azemon
- homebrew - swehack
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.
Selected Playbooks
- Hadoop - jkleint
- LAMP - [Four Kitchens][http://fourkitchens.com]
- Ganglia - mpdehaan
- Nginx - imcocoy
Blogs & Articles
- HighScalability.com - mpdehaan
- ColoAndCloud.com interview - mpdehaan
- dzone - Mitch Pronschinske
- Configuration Management With Ansible - jp_mens
- Shell Scripts As Ansible Modules - jp_mens
- Ansible Facts - jp_mens
- Ansible Pull Mode - imcocoy
Updates
To make additions to this doucment, submit a pull request at http://github.com/ansible/ansible-resources
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
Ansible is (C) 2012, Michael DeHaan and others and is available under the GPLv3 license. Content here is as specified by individual contributors.