This is inispired by the many demos of using ansible to setup up a fresh machine.
Ensure Apple's command line tools are installed (xcode-select --install to launch the installer).
run.sh
to install deps and run everything
Note: run.sh
will run all the ansible plays.
OR
Ensure Homebrew and Ansible Installed:
- https://brew.sh/
- brew install ansible
Run specific plays, see Run specific plays
ansible-playbook -i inventory playbook.yml -vv --ask-vault-password --ask-become-pass
ansible-playbook -i inventory playbook.yml --tags "node, ssh"
ssh
node
zsh
dotfiles