mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-04-04 09:43:04 +00:00
10 lines
183 B
YAML
10 lines
183 B
YAML
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
roles:
|
|
- role: ansible-kubernetes-modules
|
|
install_python_requirements: no
|
|
- role: hello-world
|
|
- role: hello-templates
|
|
|