metal: fix unknown k3s param in worker nodes

This commit is contained in:
Khue Doan 2021-09-17 23:34:34 +07:00
parent 8a49a76c3e
commit 1f6eb7f227

View File

@ -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 %}