added pyenv role

This commit is contained in:
Phil Skentelbery
2019-09-26 17:58:30 -05:00
parent 14074500ac
commit 1585114795
19 changed files with 437 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
language: python
python: "2.7"
#env:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt python-pycurl
install:
- pip install ansible==1.9.4
script:
- echo localhost > inventory
- ansible-playbook -i inventory test.yml --syntax-check
- ansible-playbook -i inventory test.yml --connection=local --sudo -vvv --diff
- ansible-playbook -i inventory test_update.yml --syntax-check
- ansible-playbook -i inventory test_update.yml --connection=local --sudo -vvv --diff
#after_failure: