This repository has been archived on 2023-05-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
skylab-ansible/ansible

6 lines
132 B
Plaintext
Raw Normal View History

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