#!/usr/bin/env bash
ANSIBLE_COLLECTIONS_PATH=$(pwd)/.ansible \
ANSIBLE_INVENTORY=$(pwd)/inventory.yaml \
"ansible-$1" "${@:2}"