Skip to content

aaron7/ansible-dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ansible playbook to setup both my OSX and Ubuntu environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published