renanivo / playbooks

My Ansible Playbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My Ansible Playbooks

License:MIT License


Languages

Language:Shell 74.8%Language:Jinja 25.2%