feat: 🎸 initial commit

This commit is contained in:
2026-01-16 16:31:15 +00:00
commit ca6e6b35d6
10 changed files with 407 additions and 0 deletions

19
playbook.yml Normal file
View File

@@ -0,0 +1,19 @@
---
- name: Setup Single Node MicroK8s Cluster
hosts: microk8s_nodes
become: true
vars_prompt:
- name: cloudflare_token
prompt: "Enter your Cloudflare API Token"
private: yes
- name: acme_email
prompt: "Enter your Email for Let's Encrypt"
private: no
roles:
- common
- microk8s
- helm
- argocd
- traefik_gateway
- cert_manager
- gitea