Provisioning details for OSX
Be sure to generate a new SSH-key for use with GitHub.
ssh-keygen -t rsa -b 4096 -C "[email protected]"
ssh-add -K /path/to/generated/key
pbcopy < /path/to/generate/key
Go to GitHub and paste your newly generated key. Test your GitHub access by running
ssh -T [email protected]
If you run into any issues, refer to this GitHub wiki page.
In the group_vars/all.yml
file you can specify the custom values needed for some of the actions.
- user: Your local username.
- computer_name: The name of your computer.
git clone [email protected]:jeroenseegers/provision-osx.git
cd provision-osx
./provision.sh