Items needed to install manually:
- xcode
- java
- virtual box
Install ansible
chmod +x install-ansible.sh
sudo ./install-ansible.sh
ansible-playbook site.yml --extra-vars "@some_file.json" --ask-become-pass
where some_file.json
contains:
{
"email": "[email protected]",
"passphrase": "your.pass.phrase"
}