apache: no need for server status suffix anymore

The location is restricted, so we don't need to obfuscate
This commit is contained in:
Jérémy Lecour 2017-10-07 12:01:23 +02:00
parent ddeb39b886
commit 2395777194

View file

@ -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