mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
9f0d389abc
Installed using Ansible instead of ArgoCD because Cilium replaces the default CNI, so ArgoCD pod cannot be scheduled before Cilium is installed.
11 lines
168 B
YAML
11 lines
168 B
YAML
- name: Create Kubernetes cluster
|
|
hosts: metal
|
|
roles:
|
|
- k3s
|
|
- automatic_upgrade
|
|
|
|
- name: Install Kubernetes addons
|
|
hosts: localhost
|
|
roles:
|
|
- cilium
|