Personal Ansible Playbook for OS X
- SSH key added to GitHub.
- Add your keys to your local auth agent with
ssh-add
.
- Add your keys to your local auth agent with
curl https://raw.githubusercontent.com/JamshedVesuna/plax/master/raw_install.sh > /tmp/raw_install.sh; sh /tmp/raw_install.sh
- Copy
roles/base/
to another directory inroles/
and create your new Ansible role. For example,cp -r roles/base roles/development
. By default, thedevelopment
role is in the.gitignore
. - Add your role to
playbook.yml
.
ansible-playbook -i inventory playbook.yml