Initial commit

This commit is contained in:
Chris Houseknecht
2017-03-22 18:08:02 -04:00
commit f928690369
159 changed files with 132744 additions and 0 deletions

8
tasks/main.yml Normal file
View File

@@ -0,0 +1,8 @@
# tasks/main.yml
---
- name: Intall role requirements
pip:
requirements: ../requirements.txt
when: install_python_requirements