Ansible Logo

Ansible : Configuration Made Simple

Explore what I’ve learned and built using Ansible in my DevOps journey.

πŸ‘¨πŸ»β€πŸŽ“What I’ve Learned in Ansible

Ansible Basics Icon
Ansible Basics

Understood what Ansible is, how it works agentlessly using SSH, and explored core components like Inventory, Modules, Tasks, and Playbooks.

Ansible Icon
Writing Playbooks

Learned to write structured YAML-based Playbooks to automate configurations, manage multiple servers, and perform repetitive tasks efficiently.

Roles & Variables
Roles & Variables

Explored how to organize complex playbooks using Roles, and managed dynamic behavior with Variables, Facts, Conditionals, and Loops.

Integration
Real-World Integration

Applied Ansible for use cases like installing packages, managing users, configuring web servers, and integrated it with Git for automation.

πŸ“ My Handwritten Notes

Here are my personal notes on Ansible. I use them to quickly revise commands and concepts.

πŸ“– View ANSIBLE Notes Flipbook

If you'd like a PDF version, feel free to contact me via the Contact section.

πŸš€ Projects with ANSIBLE

Automated Deployment of My DevOps Website

Used Ansible to deploy my DevOps portfolio site on a remote Apache/Nginx server, showcasing real-world CI/CD automation.

View Project
Automated Backup of Website Files using Ansible Roles

Created a reusable Ansible role to back up my entire website folder with time-based snapshots, emphasizing file safety & automation.

View Project
← Back to Home