mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
metal: fix unknown k3s param in worker nodes
This commit is contained in:
parent
8a49a76c3e
commit
1f6eb7f227
@ -4,6 +4,8 @@ cluster-init: true
|
||||
server: https://{{ hostvars[groups['masters'][0]].ansible_host }}:6443
|
||||
{% endif %}
|
||||
token-file: {{ k3s_token_file }}
|
||||
{% if 'masters' in group_names %}
|
||||
disable:
|
||||
- local-storage
|
||||
- traefik
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user