Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 893 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 893 Bytes

Plax

Personal Ansible Playbook for OS X

Install

Requirements

Raw install:

curl https://raw.githubusercontent.com/JamshedVesuna/plax/master/raw_install.sh > /tmp/raw_install.sh; sh /tmp/raw_install.sh

Customize your role:

  1. Copy roles/base/ to another directory in roles/ and create your new Ansible role. For example, cp -r roles/base roles/development. By default, the development role is in the .gitignore.
  2. Add your role to playbook.yml.

With ansible:

ansible-playbook -i inventory playbook.yml