mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-05-07 08:00:29 -05:00
update
This commit is contained in:
parent
da6e152366
commit
f55728cc96
2 changed files with 4 additions and 4 deletions
|
|
@ -22,7 +22,7 @@ k3s_token: "{{ lookup('env','k3s_token') }}"
|
|||
k3s_node_ip: '{{ ansible_facts[flannel_iface]["ipv4"]["address"] }}'
|
||||
|
||||
# Disable the taint manually by setting: k3s_master_taint = false
|
||||
k3s_master_taint: "{{ true if groups['node'] | default([]) | length >= 1 else false }}"
|
||||
k3s_master_taint: "{{ true if groups['node_group'] | default([]) | length >= 1 else false }}"
|
||||
|
||||
# these arguments are recommended for servers as well as agents:
|
||||
extra_args: >-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue