Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
7e5ca361
Verified
Commit
7e5ca361
authored
Dec 16, 2020
by
Jelle van der Waa
🚧
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
Pipeline
#3736
passed with stage
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/security_tracker/tasks/main.yml
View file @
7e5ca361
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment