mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
remove the extra_server_args variables
This commit is contained in:
@@ -3,4 +3,4 @@ k3s_version: v1.17.5+k3s1
|
|||||||
ansible_user: debian
|
ansible_user: debian
|
||||||
systemd_dir: /etc/systemd/system
|
systemd_dir: /etc/systemd/system
|
||||||
master_ip: "{{ hostvars[groups['master'][0]]['ansible_host'] | default(groups['master'][0]) }}"
|
master_ip: "{{ hostvars[groups['master'][0]]['ansible_host'] | default(groups['master'][0]) }}"
|
||||||
extra_server_args: "--node-taint k3s-controlplane=true:NoExecute"
|
extra_server_args: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user