Skip to content
Snippets Groups Projects
Commit f40fe331 authored by Lars Beckers's avatar Lars Beckers
Browse files

webserver: blacklist apache2

parent 78627ce2
No related branches found
No related tags found
No related merge requests found
Package: apache2
Pin: release *
Pin-Priority: -1
...@@ -231,3 +231,19 @@ ...@@ -231,3 +231,19 @@
tags: tags:
- nginx - nginx
- webservices - webservices
- name: ensure we can store apt preferences
file:
state: directory
path: /etc/apt/preferences.d
tags:
- nginx
- webservices
- name: ensure nobody tries to depend on apache
copy:
src: pin-apache.conf
dest: /etc/apt/preferences.d/apache2
tags:
- nginx
- webservices
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment