Just completed a hands-on lab on Multi-Playbook Orchestration using Ansible!
In this project, I worked on automating web server deployment and combining multiple playbooks into a single workflow for better efficiency and scalability.
🔧 What I implemented:
Created a playbook to configure web services:
Stopped Nginx to avoid port conflicts
Installed and configured Lighttpd
Ensured the service is running and enabled
Built a master playbook to orchestrate multiple playbooks using import_playbook
Executed the full deployment using Ansible with privilege escalation
💡 Key takeaways:
Writing clean and modular Ansible playbooks
Orchestrating multiple automation tasks
Managing services and packages efficiently
Understanding real-world infrastructure automation workflows
This lab gave me a deeper understanding of how automation is structured in production environments and how to manage configurations at scale.