ansible-lint recommendations
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: reload nginx
|
||||
- name: Reload nginx
|
||||
systemd:
|
||||
name: nginx.service
|
||||
state: reloaded
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user