mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-29 12:12:38 +01:00
Merge branch 'master' into k3s-parameter-descriptiosn
This commit is contained in:
@@ -37,10 +37,31 @@ argument_specs:
|
||||
type: bool
|
||||
|
||||
kube_vip_arp:
|
||||
description: Enables ARP broadcasts from Leader
|
||||
description: Enables kube-vip ARP broadcasts
|
||||
default: true
|
||||
type: bool
|
||||
|
||||
kube_vip_bgp:
|
||||
description: Enables kube-vip BGP peering
|
||||
default: false
|
||||
type: bool
|
||||
|
||||
kube_vip_bgp_routerid:
|
||||
description: Defines the router ID for the kube-vip BGP server
|
||||
default: "127.0.0.1"
|
||||
|
||||
kube_vip_bgp_as:
|
||||
description: Defines the AS for the kube-vip BGP server
|
||||
default: "64513"
|
||||
|
||||
kube_vip_bgp_peeraddress:
|
||||
description: Defines the address for the kube-vip BGP peer
|
||||
default: "192.168.30.1"
|
||||
|
||||
kube_vip_bgp_peeras:
|
||||
description: Defines the AS for the kube-vip BGP peer
|
||||
default: "64512"
|
||||
|
||||
kube_vip_iface:
|
||||
description:
|
||||
- Explicitly define an interface that ALL control nodes
|
||||
|
||||
Reference in New Issue
Block a user