Compare commits

..

1 commit

Author SHA1 Message Date
aec9ba7c12
add dooris role for setup of dooris interaction on the node itself
All checks were successful
/ build (pull_request) Successful in 27s
/ Ansible Lint (pull_request) Successful in 2m33s
/ Ansible Lint (push) Successful in 2m35s
2026-07-19 17:32:28 +02:00
3 changed files with 0 additions and 5 deletions

View file

@ -11,4 +11,3 @@ argument_specs:
description: "The URL on which the dooris server is reachable"
required: true
type: str

View file

@ -32,4 +32,3 @@
owner: root
group: root
mode: u=rw,g=r,o=r

View file

@ -4,6 +4,3 @@ Match User dooris
AuthorizedKeysFile /ansible_docker_compose/state/dooris_authorized_keys
ForceCommand /ansible_docker_compose/state/ssh-cli
SetEnv DOORIS_SERVER_URL={{ dooris_url }} DOORIS_API_TOKEN={{ dooris_static_api_token }}