caminogr / dev-env-playbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Install homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Ansible

brew install ansible

Run ansible command

ansible-playbook main.yml -i inventory --tags ○○

About