ansible-infra/roles/dooris/meta/argument_specs.yml
lilly aec9ba7c12
All checks were successful
/ build (pull_request) Successful in 27s
/ Ansible Lint (pull_request) Successful in 2m33s
/ Ansible Lint (push) Successful in 2m35s
add dooris role for setup of dooris interaction on the node itself
2026-07-19 17:32:28 +02:00

13 lines
400 B
YAML

argument_specs:
main:
options:
dooris_static_api_token:
description: "A static token that is valid on the servers API and can operate locks"
required: true
type: str
dooris_url:
description: "The URL on which the dooris server is reachable"
required: true
type: str