Compare commits

..

1 commit

Author SHA1 Message Date
2be6c1e943
add dooris role for setup of dooris interaction on the node itself
Some checks failed
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Failing after 2m47s
/ Ansible Lint (pull_request) Failing after 2m50s
2026-07-19 17:12:12 +02:00
3 changed files with 5 additions and 0 deletions

View file

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

View file

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

View file

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