Compare commits

...

1 Commits

Author SHA1 Message Date
Christian Berendt
b4eb9a79ac 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>
2024-08-06 07:46:34 +02:00

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