ansible-infra/playbooks/roles/foobazdmx/meta/argument_specs.yaml

17 lines
443 B
YAML
Raw Normal View History

---
argument_specs:
main:
options:
foobazdmx_version:
description: git branch, tag, or commit to check out from the foobazdmx repo
type: str
default: main
foobazdmx_repo_url:
description: git repo to pull foobazdmx from
type: str
required: true
foobazdmx__art_net_host:
description: IP oder hostname of the Art-Net server
type: str
required: true