add role argument validation

This commit is contained in:
John Ratliff 2024-05-09 10:47:03 +00:00
parent eb346e7fb0
commit 26e36348f9
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
---
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