Run the command below to setup all necessary dependencies. Just make sure you have brew
installed to start off.
make install
Running playbooks is as simple as performing one of available the make commands as specified in the Makefile
:
make play_ping
make play_dev
make play_macos
Heavily inspired on the ansible-infra repo by @thibmaek <3