khuedoan-homelab/metal/roles/k3s/defaults/main.yml

19 lines
516 B
YAML
Raw Normal View History

2023-11-19 12:00:52 +07:00
k3s_version: v1.28.3+k3s2
2021-09-01 04:19:05 +07:00
k3s_config_file: /etc/rancher/k3s/config.yaml
k3s_token_file: /etc/rancher/node/password
k3s_service_file: /etc/systemd/system/k3s.service
k3s_data_dir: /var/lib/rancher/k3s
k3s_kubeconfig_file: /etc/rancher/k3s/k3s.yaml
k3s_server_config:
tls-san:
- "{{ control_plane_endpoint }}"
disable:
2021-12-26 12:12:36 +07:00
- local-storage
- servicelb
- traefik
disable-helm-controller: true
disable-kube-proxy: true
disable-network-policy: true
flannel-backend: none
secrets-encryption: true