From 8fb0b275bf00c963a24c21e1dfbaa64491c4f445 Mon Sep 17 00:00:00 2001 From: heqnx Date: Sun, 25 May 2025 11:51:57 +0300 Subject: added role-based playbooks --- roles/ssh-nginx-multiplex/templates/sslh.j2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/ssh-nginx-multiplex/templates/sslh.j2 (limited to 'roles/ssh-nginx-multiplex/templates/sslh.j2') diff --git a/roles/ssh-nginx-multiplex/templates/sslh.j2 b/roles/ssh-nginx-multiplex/templates/sslh.j2 new file mode 100644 index 0000000..8820a74 --- /dev/null +++ b/roles/ssh-nginx-multiplex/templates/sslh.j2 @@ -0,0 +1,3 @@ +RUN=yes +DAEMON=/usr/sbin/sslh +DAEMON_OPTS="--user sslh --listen 0.0.0.0:{{ public_sslh_port }} --ssh 127.0.0.1:{{ internal_sshd_port }} --http 127.0.0.1:{{ internal_nginx_port }}" -- cgit v1.2.3