Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.32 KB

ansible-dev-setup

My ansible playbook to setup both OSX and Ubuntu environments. Inspired by Adam Johnson's mac-ansible.

Instructions

Creating a new SSH key (for a new user / machine)

OSX

  1. Install homebrew
  2. brew install python (it's better than system python, see guide)
  3. pip3 install ansible (better than homebrew package as it's always latest)
  4. ansible-playbook playbook.yml

Manual actions


Ubuntu (not maintained)
sudo apt-get install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible
ansible-playbook playbook.yml -K