Ansible — Learning Roadmap¶
Follow the course in order:
- Course overview — scope, prerequisites, outcomes
- Modules 1–17 — tutorials in sequence
- Labs / quizzes / projects — practice
- Capstone — end-to-end automation platform
- Interview & certifications — RHCE / Ansible Automation skills
Modules¶
| # | Focus | Tutorials |
|---|---|---|
| 1 | Configuration management | Introduction |
| 2 | Install & configuration | Installing Ansible |
| 3 | Inventory | Ansible inventory |
| 4 | Ad-hoc commands | Ad-hoc commands |
| 5 | Playbooks | Playbooks |
| 6 | Variables & facts | Variables and facts |
| 7 | Conditionals & loops | Conditionals and loops |
| 8 | Roles | Ansible roles |
| 9 | Templates | Jinja2 templates |
| 10 | Collections | Collections & Galaxy |
| 11 | Secrets | Vault and secrets |
| 12 | Cloud automation | Cloud automation |
| 13 | Kubernetes | Kubernetes automation |
| 14 | CI/CD | CI/CD integration |
| 15 | Automation Platform | AWX & AAP |
| 16 | Production | Production practices |
| 17 | Troubleshooting | Troubleshooting |