k3s_server: add missing parameter descriptions (#559)

The commit 3a20500f9c has introduced
argument specs in the role meta information. These two parameters
were still missing there.

Realted to 2d0596209e

Signed-off-by: Christian Berendt <berendt@osism.tech>
Co-authored-by: Techno Tim <timothystewart6@gmail.com>
This commit is contained in:
Christian Berendt 2024-08-07 18:10:16 +02:00 committed by GitHub
parent 2149827800
commit d0537736de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,16 @@ argument_specs:
description: Name of the master group
default: master
k3s_create_kubectl_symlink:
description: Create the kubectl -> k3s symlink
default: false
type: bool
k3s_create_crictl_symlink:
description: Create the crictl -> k3s symlink
default: false
type: bool
kube_vip_arp:
description: Enables kube-vip ARP broadcasts
default: true