Initial commit
This commit is contained in:
commit
0c5ee3d3d1
12 changed files with 292 additions and 0 deletions
7
vars/debian.yml
Normal file
7
vars/debian.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
ssh_tunnel_os_supported: True
|
||||
|
||||
ssh_tunnel_local_sshdir: "/home/{{ ssh_tunnel_autossh_system_user }}/.ssh/"
|
||||
ssh_tunnel_remote_sshdir: "/home/{{ ssh_tunnel_sshd_unprivileged_user }}/.ssh/"
|
||||
ssh_tunnel_autossh_service_file: "/etc/systemd/system/autossh.service"
|
||||
ssh_tunnel_sshd_conf_dir: "/etc/ssh/sshd_config/"
|
Loading…
Add table
Add a link
Reference in a new issue