Skip to content
Snippets Groups Projects
Verified Commit 7e5ca361 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Make nginx be able to read the security tracker assets

Allow http group to read the security tracker directory for web assets.
parent d38a8648
No related branches found
No related tags found
1 merge request!189Make nginx be able to read the security tracker assets
Pipeline #3736 passed
......@@ -34,7 +34,7 @@
user: name=security shell=/bin/false home="{{ security_tracker_dir }}" createhome=no
- name: fix home permissions
file: state=directory mode=0750 owner=security group=security path="{{ security_tracker_dir }}"
file: state=directory mode=0750 owner=security group=http path="{{ security_tracker_dir }}"
- name: copy security-tracker units
copy: src="{{ item }}" dest="/etc/systemd/system/{{ item }}" owner=root group=root mode=0644
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment