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