mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-30 23:33:03 +00:00
13 lines
257 B
YAML
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
|