Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 605 Bytes

README.org

File metadata and controls

20 lines (14 loc) · 605 Bytes

Ansible Setup For OSX and Fedora

Inspired By arron7’s work.

OSX Instructions

  1. Install Homebrew.
  2. xcode-select –install
  3. easy_install –user pip
  4. export PATH=$PATH:$HOME/Library/Python/2.7/bin
  5. pip install –user –upgrade ansible
  6. ansible-playbook run-specific-first.yml
  7. ansible-playbook run-common-second.yml

Fedora Instructions

  1. sudo apt-get install -y git ansible
  2. ansible-playbook run-specific-first.yml -K
  3. ansible-playbook run-common-second.yml -K