From 8764bede8582873cbd23ff22986a48729a8ebde1 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Fri, 29 May 2026 08:29:12 -0400 Subject: [PATCH] template no longer needed as task previously using it now uses blockinfile module --- roles/init-server/templates/sshd_config.d/sftp.conf.j2 | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 roles/init-server/templates/sshd_config.d/sftp.conf.j2 diff --git a/roles/init-server/templates/sshd_config.d/sftp.conf.j2 b/roles/init-server/templates/sshd_config.d/sftp.conf.j2 deleted file mode 100644 index c0e47e2..0000000 --- a/roles/init-server/templates/sshd_config.d/sftp.conf.j2 +++ /dev/null @@ -1,9 +0,0 @@ -{% for item in ftp_groups.results %} -Match Group {{ item.name }} - ForceCommand internal-sftp -d /%u - ChrootDirectory /srv/{{ item.name}} - AllowAgentForwarding no - AllowTcpForwarding no - X11Forwarding no - -{% endfor %} \ No newline at end of file