Files
kubernetes.core/tests/test.yml
2017-10-12 11:24:18 -04:00

14 lines
283 B
YAML

---
- name: Load the modules
hosts: localhost
connection: local
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