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