Add missing files

This commit is contained in:
Patrick Toal
2018-12-06 16:29:26 -05:00
parent 9e4c8093e5
commit 65ed5e0ce8
29 changed files with 1676 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
language: python
python: "2.7"
before_install:
- sudo apt-get update --assume-yes -qq
- sudo apt-get install --assume-yes -qq python-apt python-pycurl
install:
- sudo pip install ansible
script:
- ansible --version
- ansible-playbook --inventory-file tests/hosts --syntax-check tests/playbook.yml
- ansible-playbook --inventory-file tests/hosts --connection=local -vvvv tests/playbook.yml