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

7
tests/test.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- hosts: localhost
remote_user: root
roles:
- role: ansible-kubernetes-modules
install_python_requirements: no
- role: hello-world