2022-11-04 20:58:37 +01:00
|
|
|
---
|
|
|
|
- hosts: k3s
|
|
|
|
roles:
|
|
|
|
- { role: xanmanning.k3s, tags: "k3s" }
|
|
|
|
- { role: mgrote.k8s_autocompletion, tags: "autocomp" }
|
|
|
|
- { role: pandemonium1986.ansible-role-k9s, tags: "k9s", become: true }
|
|
|
|
- { role: mgrote.fluxcd, tags: "flux", become: true }
|
|
|
|
- { role: mgrote.k8s_misc, tags: "misc", become: true }
|
|
|
|
- { role: mgrote.sealed-secrets, tags: "sealed-secrets", become: true }
|
2022-11-24 16:24:21 +01:00
|
|
|
- { role: geerlingguy.helm, tags: "helm", become: true }
|