- Before running any file in this repository, make sure to have Python 2.7 installed on your local machine
- Then you can run
sh prepare-ansible.shto install ansible on your local and the specified remote environment - Now you can open the
hostsfile to find an overview of all servers in their different environments - ansible-playbook setup.yml -i hosts --extra-vars "server_environment=development"
You can specify the hosts group that you want to bulk setup on line 1 of setup.yml