This is my personal Ansible provisioned development machine configuration. It is very much tailored for my needs. Feel free to use, but use it at your own risk.
Tested on macOS 10.12.x.
By running the line below, you'll start bootstrapping my development machine on your local machine.
bash <(curl -s https://raw.githubusercontent.com/eriktoyra/dev-machine/master/bootstrap.sh)
Install Ansible roles not present in this repo.
ansible-galaxy install -r requirements.yml
Configure ./vars/
config files and then run:
ansible-playbook playbook.yml
To check the syntax of the playbook.yml
file, run
ansible-playbook playbook.yml --syntax-check
.