ansible-infra/roles/dooris/meta/argument_specs.yml
lilly de8daaf56c
Some checks failed
/ build (pull_request) Successful in 28s
/ Ansible Lint (pull_request) Failing after 3m49s
/ cleanup-staging (pull_request) Successful in 6s
/ build (push) Successful in 26s
/ Ansible Lint (push) Failing after 3m35s
add dooris role for setup of dooris interaction on the node itself
2026-07-29 14:16:04 +02:00

48 lines
1.3 KiB
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__hostname:
description: "The hostname on which the dooris server is reachable"
required: true
type: str
dooris__openid_client_id:
description: "Client-ID in CCCHH ID for dooris"
required: true
type: str
dooris__openid_client_secret:
description: "Client-Secret in CCCHH ID for dooris"
required: true
type: str
dooris__ccujack_user:
description: "Username for authentication against homematic ccujack"
required: true
type: str
dooris__ccujack_password:
description: "Password for authentication against homematic ccujack"
required: true
type: str
dooris__acmedns:
description: "Configuration of ACMEDNS domain + credentials for dooris"
required: true
type: dict
options:
subdomain:
required: true
type: str
apiUser:
required: true
type: str
apiKey:
required: true
type: str