Files
kubernetes.core/tests/test.yml
Chris Houseknecht c73a245f90 Travis file cleanup (#13)
* Adds inventory

* Fix interpreter

* connection
2017-10-12 15:50:47 -04:00

13 lines
257 B
YAML

---
- name: Load the modules
hosts: all
gather_facts: no
vars:
os_kubeconfig: konfig.json
os_host: localhost:8443
os_verify_ssl: False
roles:
- role: ansible-kubernetes-modules
- role: hello-world
- role: hello-templates