This repository contains my Ansible playbook configuration and scripts.
To install the Ansible playbook, follow these steps:
- Clone this repository
- Install Ansible on your system if you haven't already:
sudo apt-get install ansible
- Move into the repository directory:
cd /path/to/ansible-playbooks
- Navigate to the repository directory:
cd /path/to/ansible-playbooks
- Install required Ansible Galaxy roles using Ansible Galaxy:
ansible-galaxy install -r requirements.yml
To run an Ansible playbook, navigate to the desired playbook directory and execute:
ansible-playbook -i inventory playbook.yml
Don't forget to update hosts in inventory
!