summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/gathering/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/gathering/runme.sh')
-rwxr-xr-xtest/integration/targets/gathering/runme.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/gathering/runme.sh b/test/integration/targets/gathering/runme.sh
new file mode 100755
index 0000000..1c0832c
--- /dev/null
+++ b/test/integration/targets/gathering/runme.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+
+set -eux
+
+ANSIBLE_GATHERING=smart ansible-playbook smart.yml --flush-cache -i ../../inventory -v "$@"
+ANSIBLE_GATHERING=implicit ansible-playbook implicit.yml --flush-cache -i ../../inventory -v "$@"
+ANSIBLE_GATHERING=explicit ansible-playbook explicit.yml --flush-cache -i ../../inventory -v "$@"