2016-10-12 23:57:53 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
set -eux
|
|
|
|
|
2018-01-23 00:23:40 +01:00
|
|
|
# ANSIBLE_CACHE_PLUGINS=cache_plugins/ ANSIBLE_CACHE_PLUGIN=none ansible-playbook test_gathering_facts.yml -i ../../inventory -v "$@"
|
2016-10-12 23:57:53 +02:00
|
|
|
ansible-playbook test_gathering_facts.yml -i ../../inventory -v "$@"
|
2018-01-23 00:23:40 +01:00
|
|
|
#ANSIBLE_CACHE_PLUGIN=base ansible-playbook test_gathering_facts.yml -i ../../inventory -v "$@"
|
2018-05-04 21:33:32 +02:00
|
|
|
|
|
|
|
ANSIBLE_GATHERING=smart ansible-playbook test_run_once.yml -i ../../inventory -v "$@"
|