add dooris role for setup of dooris interaction on the node itself
This commit is contained in:
parent
4c9d582ba6
commit
cf7b7ebbed
14 changed files with 157 additions and 50 deletions
6
roles/dooris/templates/sshd_config
Normal file
6
roles/dooris/templates/sshd_config
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# {{ 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}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue