mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-29 04:02:38 +01:00
Compare commits
2 Commits
dependabot
...
30b1b9b154
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30b1b9b154 | ||
|
|
b4eb9a79ac |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user