khuedoan-homelab/external/namespaces.yml
Khue Doan 8447502d54 feat: add ZeroTier for remote access
- Fully open source
- Has free hosted version (my.zerotier.com)
- Can be automated with Terraform
- Pretty good performance with UDP hole punching
2022-08-29 14:01:25 +07:00

16 lines
348 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
- zerotier