Skip to content
Snippets Groups Projects
Commit 9bf2a8f3 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add Security settings

parent dcc999a5
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,16 @@
line='ExtendedStatus On'
notify: "Apache | Restart Apache"
- name: "Apache | Configure Security Settings"
template:
src='etc-apache2-conf-available-security'
dest='/etc/apache2/conf-available/security.conf'
owner='root'
group='root'
mode='644'
notify:
- "Apache | Restart Apache"
- name: "Apache | Create Global Redirect Configuration"
template:
src='etc-apache2-conf-available-global-redirect'
......
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