diff --git a/.env b/.env new file mode 100644 index 0000000..7a2c46d --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +ANSIBLE_COLLECTIONS_PATH=$(pwd)/.ansible +ANSIBLE_INVENTORY=$(pwd)/inventory.yaml diff --git a/ansible b/ansible deleted file mode 100755 index 7a5ebe5..0000000 --- a/ansible +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -ANSIBLE_COLLECTIONS_PATH=$(pwd)/.ansible \ - ANSIBLE_INVENTORY=$(pwd)/inventory.yaml \ - "ansible-$1" "${@:2}"