mirror of
https://github.com/dev-sec/ansible-nginx-hardening.git
synced 2024-11-22 15:32:01 +01:00
move chmod to end, because of generated files
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
1c1018d445
commit
3f3d1b27a8
@ -1,12 +1,4 @@
|
||||
---
|
||||
- name: config should not be worldwide read- or writeable
|
||||
file:
|
||||
path: "/etc/nginx"
|
||||
mode: "o-rw"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
recurse: true
|
||||
|
||||
- name: create additional configuration
|
||||
template:
|
||||
src: "hardening.conf.j2"
|
||||
@ -97,3 +89,11 @@
|
||||
args:
|
||||
creates: "/etc/nginx/dh{{ nginx_dh_size }}.pem"
|
||||
notify: restart nginx
|
||||
|
||||
- name: config should not be worldwide read- or writeable
|
||||
file:
|
||||
path: "/etc/nginx"
|
||||
mode: "o-rw"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
recurse: true
|
Loading…
Reference in New Issue
Block a user