ansible-infra/roles/dooris/templates/sshd_config
lilly af1b1906b1
Some checks failed
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Has been cancelled
/ Ansible Lint (pull_request) Has been cancelled
add dooris role for setup of dooris interaction on the node itself
2026-07-23 19:03:25 +02:00

6 lines
275 B
Text

# {{ ansible_managed }}
Match User dooris
AuthorizedKeysFile /ansible_docker_compose/state/dooris_authorized_keys
ForceCommand /ansible_docker_compose/state/ssh-cli
SetEnv DOORIS_SERVER_URL=https://{{ dooris__hostname }} DOORIS_API_TOKEN={{ dooris__static_api_token}}