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