From f528f69bfd16e4194667e9a08fea7cd8a80c2062 Mon Sep 17 00:00:00 2001 From: sonny Date: Sat, 6 Nov 2021 20:04:21 +0100 Subject: [PATCH] Update configuration files to match bulleye's --- meta/main.yml | 2 +- templates/nginx.conf.j2 | 2 +- templates/sshd_config.j2 | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 1e19aa6..038b6e9 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -9,7 +9,7 @@ galaxy_info: platforms: - name: Debian versions: - - buster + - bullseye galaxy_tags: - development - system diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index ecac8dd..03152ff 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -25,7 +25,7 @@ http { ## # SSL Settings ## - ssl_protocols TLSv1.2; + ssl_protocols TLSv1.2 TLSv1.3; ssl_prefer_server_ciphers on; ssl_ciphers HIGH:!aNULL:!MD5; diff --git a/templates/sshd_config.j2 b/templates/sshd_config.j2 index cd03e07..8060d4d 100644 --- a/templates/sshd_config.j2 +++ b/templates/sshd_config.j2 @@ -11,6 +11,8 @@ # OpenSSH is to specify options with their default value where # possible, but leave them commented. Uncommented options override the # default value. +# +Include /etc/ssh/sshd_config.d/*.conf Port 22 #AddressFamily any