add dooris role for setup of dooris interaction on the node itself
This commit is contained in:
parent
60a407a406
commit
2be6c1e943
9 changed files with 81 additions and 5 deletions
14
roles/dooris/meta/argument_specs.yml
Normal file
14
roles/dooris/meta/argument_specs.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue