This project contains a playbook for managing webservers using Ansible.
site.yaml
: Main playbook file for managing webservers.inventory/hosts
: Inventory file containing information about the webservers.
Feel free to explore the files to understand how the playbook works.
alias apply="ansible-playbook -i inventory/hosts site.yaml"