khuedoan-homelab/external/namespaces.yml

14 lines
305 B
YAML
Raw Normal View History

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