well that explains why epylog was installed on the box

This commit is contained in:
Stephen Smoogen 2016-05-05 12:31:41 +00:00
parent 036abe4f74
commit e8f870e1db
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,6 @@
---
- name: install awstats package
yum: state=present name=epylog
yum: state=present name=awststs
tags:
- packages
- awstats

View file

@ -1,4 +1,10 @@
---
- name: install awstats package
yum: state=present name=python-pandas
tags:
- packages
- web-data
- name: make sure the /usr/local/share/web-data-analysis exists
file: path=/usr/local/share/web-data-analysis state=directory
tags: