put in web-data-analysis changes to get proxies to work

This commit is contained in:
Stephen Smoogen 2020-07-31 11:08:39 -04:00
parent d65d8c9faf
commit 5f7864f24f
6 changed files with 14 additions and 80 deletions

View file

@ -34,17 +34,7 @@
- name: css files
copy: src={{item}} dest=/var/www/html/css/ mode=0644
with_items: [ html/css/awstats-reports.css, html/css/normalize.css ]
tags:
- web-data
- name: make an awstats directory
file: path=/var/www/html/awstats-reports/ state=directory mode=0755
tags:
- web-data
- name: copy over its index
copy: src=html/awstats-index.html dest=/var/www/html/awstats-reports/index.html mode=0644
with_items: [ html/css/data-reports.css, html/css/normalize.css ]
tags:
- web-data
@ -95,7 +85,3 @@
- web-data
- cron
- name: copy over the httpd config to lock kerberos
copy: src=httpd_config.conf dest=/etc/httpd/conf.d/krb_config.conf mode=0644
tags:
- web-data