mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-15 09:42:25 +00:00
23 lines
570 B
YAML
23 lines
570 B
YAML
|
---
|
||
|
argument_specs:
|
||
|
main:
|
||
|
short_description: Install kube-vip manifest
|
||
|
description: Install kube-vip manifest
|
||
|
author:
|
||
|
- James Turland <james@turland.uk>
|
||
|
options:
|
||
|
kube_vip_version:
|
||
|
type: str
|
||
|
required: false
|
||
|
default: v0.8.0
|
||
|
description: Version of kube-vip to install
|
||
|
vip_interface:
|
||
|
type: str
|
||
|
required: false
|
||
|
default: eth0
|
||
|
description: Interface to bind kube-vip
|
||
|
vip:
|
||
|
type: str
|
||
|
required: true
|
||
|
description: The virtual IP to use with kube-vip
|