- Install python 3 on your machine : https://www.python.org/downloads/
- Install Ansible on your machine : https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html
cd roles
ansible-galaxy init <role-name>
- Medium Blog Link - https://blog.devgenius.io/ansible-hello-world-8d37627758a9
cd playbooks
ansible-playbook ./playbooks/<playbook-name> -i hosts