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