Move ansible ad-hoc tests to integration targets.

This commit is contained in:
Matt Clay 2016-11-10 21:47:12 -08:00
commit c955688772
3 changed files with 17 additions and 6 deletions

View file

@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -eux
env
which python
python --version
which ansible
ansible --version
ansible testhost -i ../../inventory -vvv -e "ansible_python_interpreter=$(which python)" -m ping
ansible testhost -i ../../inventory -vvv -e "ansible_python_interpreter=$(which python)" -m setup