khuedoan-homelab/external/namespaces.yml

15 lines
329 B
YAML

- hosts: localhost
tasks:
- name: Ensure required namespaces exist
kubernetes.core.k8s:
api_version: v1
kind: Namespace
name: "{{ item }}"
state: present
loop:
- cert-manager
- cloudflared
- external-dns
- k8up-operator
- tekton-pipelines