#!/usr/bin/env bash set -eux export ANSIBLE_CALLBACKS_ENABLED=profile_tasks export ANSIBLE_ROLES_PATH=../ ansible-playbook playbook.yaml "$@"