Requirements: Python
and Ansible
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible
The prepare-ubuntu.sh
script will run these steps for you.
brew install ansible
The run.sh
script will install the required roles and run the playbook for you, stopping to prompt you for your login details.
Alternatively you can run it manually with the following command:
ansible-playbook ./roles/main.yml --user $(whoami) --ask-pass --ask-become-pass