add dooris role for setup of dooris interaction on the node itself
This commit is contained in:
parent
60a407a406
commit
2be6c1e943
9 changed files with 81 additions and 5 deletions
9
roles/dooris/templates/sshd_config
Normal file
9
roles/dooris/templates/sshd_config
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
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 }}
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue