mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-29 04:02:38 +01:00
🚚 Move parameter docs to meta directory
This commit is contained in:
@@ -3,6 +3,7 @@ extra_server_args: ""
|
||||
|
||||
group_name_master: master
|
||||
|
||||
kube_vip_arp: true
|
||||
kube_vip_iface: ~
|
||||
kube_vip_cloud_provider_tag_version: main
|
||||
kube_vip_tag_version: v0.7.2
|
||||
|
||||
@@ -26,6 +26,11 @@ argument_specs:
|
||||
description: Name of the master group
|
||||
default: master
|
||||
|
||||
kube_vip_arp:
|
||||
description: Enables ARP broadcasts from Leader
|
||||
default: true
|
||||
type: bool
|
||||
|
||||
kube_vip_iface:
|
||||
description:
|
||||
- Explicitly define an interface that ALL control nodes
|
||||
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
- manager
|
||||
env:
|
||||
- name: vip_arp
|
||||
value: "true"
|
||||
value: "{{ 'true' if kube_vip_arp | bool else 'false' }}"
|
||||
- name: port
|
||||
value: "6443"
|
||||
{% if kube_vip_iface %}
|
||||
|
||||
Reference in New Issue
Block a user