Steps to run these playbooks
- Install ansible on the host computer. For information on how to install it on your OS please check this guide : Ansible Installation
- Clone the project
- Create
- Go to required stack's folder (currently node or laravel)
- Copy the hosts.example file to hosts file and add the IP address and ssh details of the server(s) on which you want to run the script on.
- Run the following command : ansible-playbook -i ../hosts < yaml file inside the stack >