2017-05-27 18:09:50 +00:00
|
|
|
- include: install.yml
|
|
|
|
when: awstats_install
|
2017-10-19 06:33:02 +00:00
|
|
|
|
2017-10-27 07:51:56 +00:00
|
|
|
- name: Add AWStats to service list
|
2017-05-27 18:09:50 +00:00
|
|
|
ini_file: dest='{{ service_filelist }}'
|
|
|
|
section=awstats
|
|
|
|
option='{{ item.option }}'
|
|
|
|
value='{{ item.value }}'
|
|
|
|
with_items:
|
|
|
|
- option: name
|
|
|
|
value: awstats
|
|
|
|
- option: description
|
2017-10-27 07:51:56 +00:00
|
|
|
value: '"AWStats is Advanced Web Statistics package written in Perl which generates static or dynamic html summaries based upon web server logs"'
|
2017-05-27 18:09:50 +00:00
|
|
|
- option: installed
|
|
|
|
value: "{{ awstats_install }}"
|
|
|
|
- option: enabled
|
|
|
|
value: "{{ awstats_enabled }}"
|