https://github.com/tgerla/lightbulb
https://github.com/tgerla/lightbulb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tgerla/lightbulb
- Owner: tgerla
- Created: 2014-08-12T22:07:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T15:53:21.000Z (over 9 years ago)
- Last Synced: 2025-03-24T10:21:18.384Z (2 months ago)
- Language: Python
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Progressive Ansible
These roles/playbooks are meant to show how to use Ansible in a progressive way. Start with simple concepts, and keep building upon those concepts along the way.
In each lesson, you will find an overview of what that lesson is trying to teach.
In their current form, they don't provide detailed instruction -- that is left up to the instructor. Think of these more as instructor's notes than student material, but of course they could be used as reference.
## Requirements
Each lesson should state its own requirements.
## Order
You can pick your starting point, and proceed progressively. The order is:
1. adhoc_examples
2. apache_playbook
3. apache_centos
4. apache_centos_ubuntu
5. cloud
6. common_role
7. delegation_and_role_depsThis is only a starting point. Different progressions could happen at any one of these points and go in a different direction.
**TODO**:
* Make ec2 tagging configurable