mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-29 12:12:38 +01:00
Compare commits
1 Commits
dependabot
...
b4eb9a79ac
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 ARP broadcasts from Leader
|
description: Enables ARP broadcasts from Leader
|
||||||
default: true
|
default: true
|
||||||
|
|||||||
Reference in New Issue
Block a user