mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-29 12:12:38 +01:00
Compare commits
2 Commits
master
...
30b1b9b154
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30b1b9b154 | ||
|
|
b4eb9a79ac |
@@ -26,6 +26,16 @@ argument_specs:
|
|||||||
description: Name of the master group
|
description: Name of the master group
|
||||||
default: master
|
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:
|
kube_vip_arp:
|
||||||
description: Enables kube-vip ARP broadcasts
|
description: Enables kube-vip ARP broadcasts
|
||||||
default: true
|
default: true
|
||||||
|
|||||||
Reference in New Issue
Block a user