--- - 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