Files
linode/main.yml
2022-09-25 17:10:20 +00:00

10 lines
207 B
YAML

- hosts: localhost
gather_facts: no
tasks:
- name: Create a k8s namespace
kubernetes.core.k8s:
name: testing
kind: Namespace
state: present
kubeconfig: "config"