/playbooks

My Ansible Playbooks

Primary LanguageShellMIT LicenseMIT

Playbooks

Build Status

The ansible playbooks that I use.

Install

  1. Install XCode Command Line Tools
    xcode-select --install
  2. Install Homebrew
  3. Install ansible in a virtualenv
    python3 -m venv ansible
    source ansible/bin/activate
    pip install ansible

Run

workstation

cp group_vars/workstation.example group_vars/workstation
# fill your preferences in group_vars/workstation
ansible-playbook workstation.yml --ask-become-pass -i hosts