23 lines
550 B
YAML
Raw Normal View History

2024-05-09 10:47:03 +00:00
---
argument_specs:
main:
short_description: Install kube-vip manifest
description: Install kube-vip manifest
author:
2024-09-25 15:51:50 +01:00
- Jim's Garage
2024-05-09 10:47:03 +00:00
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