Understood what Ansible is, how it works agentlessly using SSH, and explored core components like Inventory, Modules, Tasks, and Playbooks.
Learned to write structured YAML-based Playbooks to automate configurations, manage multiple servers, and perform repetitive tasks efficiently.
Explored how to organize complex playbooks using Roles, and managed dynamic behavior with Variables, Facts, Conditionals, and Loops.
Applied Ansible for use cases like installing packages, managing users, configuring web servers, and integrated it with Git for automation.
Here are my personal notes on Ansible. I use them to quickly revise commands and concepts.
π View ANSIBLE Notes FlipbookIf you'd like a PDF version, feel free to contact me via the Contact section.
Used Ansible to deploy my DevOps portfolio site on a remote Apache/Nginx server, showcasing real-world CI/CD automation.
View ProjectCreated a reusable Ansible role to back up my entire website folder with time-based snapshots, emphasizing file safety & automation.
View Project