Run the command below to setup all necessary dependencies. Just make sure you have brew installed to start off.
make installRunning 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_macosHeavily inspired on the ansible-infra repo by @thibmaek <3