ansible-lint recommendations

This commit is contained in:
Oli
2023-07-27 23:27:11 +00:00
parent ccca06915f
commit 3e747a1069
31 changed files with 87 additions and 84 deletions

View File

@@ -35,10 +35,10 @@
dest: /etc/nginx/global/ssl.conf
src: ssl.conf.j2
mode: "0644"
notify: reload nginx
notify: Reload nginx
- name: Download pre-defined DHE group # as recommended by IETF RFC 7919
get_url:
url: https://github.com/internetstandards/dhe_groups/raw/main/ffdhe4096.pem
dest: "{{ nginx_ssl_dhparam }}"
notify: reload nginx
notify: Reload nginx