k3s_server: add missing parameter descriptions

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>
This commit is contained in:
Christian Berendt
2024-08-06 07:45:28 +02:00
parent 2d0596209e
commit b4eb9a79ac

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 ARP broadcasts from Leader
default: true