- Clone this repository.
cd
to cloned directory.- Run following commands.
# Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install Ansible
brew install ansible
# Run Ansible Playbook
ansible-playbook -i localhost, -c local playbook.yml