From 2395777194b18182792f75038d0b7f9090681d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sat, 7 Oct 2017 12:01:23 +0200 Subject: [PATCH] apache: no need for server status suffix anymore The location is restricted, so we don't need to obfuscate --- apache/tasks/main.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/apache/tasks/main.yml b/apache/tasks/main.yml index 5fc6f2ba..ee6d3b47 100644 --- a/apache/tasks/main.yml +++ b/apache/tasks/main.yml @@ -127,23 +127,6 @@ tags: - apache -# - block: -# - name: generate random string for serverstatus suffix -# command: "apg -a 1 -M N -n 1" -# changed_when: False -# register: _random_serverstatus_suffix -# -# - name: overwrite apache_serverstatus_suffix -# set_fact: -# apache_serverstatus_suffix: "{{ _random_serverstatus_suffix.stdout }}" -# when: apache_serverstatus_suffix == "" -# -# - name: replace server-status suffix in default site index -# replace: -# dest: /var/www/index.html -# regexp: '__SERVERSTATUS_SUFFIX__' -# replace: "{{ apache_serverstatus_suffix }}" - - include: log2mail.yml when: apache_log2mail_include