add dooris role for setup of dooris interaction on the node itself
This commit is contained in:
parent
4c9d582ba6
commit
5efa02c79d
13 changed files with 143 additions and 49 deletions
32
roles/dooris/meta/argument_specs.yml
Normal file
32
roles/dooris/meta/argument_specs.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue