remove the extra_server_args variables

This commit is contained in:
Zaher Ghaibeh 2020-06-06 11:52:59 +03:00
parent 6f8118de4d
commit 4fa468b420

View File

@ -3,4 +3,4 @@ k3s_version: v1.17.5+k3s1
ansible_user: debian
systemd_dir: /etc/systemd/system
master_ip: "{{ hostvars[groups['master'][0]]['ansible_host'] | default(groups['master'][0]) }}"
extra_server_args: "--node-taint k3s-controlplane=true:NoExecute"
extra_server_args: ""