mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
4c312bc807
commit
581e60da20
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
- include_tasks: install.yml
|
- include_tasks: install.yml
|
||||||
when: awstats_install
|
when: awstats_install
|
||||||
|
|
||||||
- name: Add AWStats to service list
|
- name: Add 'awstats' to list of services at /etc/iiab/iiab.ini
|
||||||
ini_file: dest='{{ service_filelist }}'
|
ini_file: dest='{{ service_filelist }}'
|
||||||
section=awstats
|
section=awstats
|
||||||
option='{{ item.option }}'
|
option='{{ item.option }}'
|
||||||
value='{{ item.value }}'
|
value='{{ item.value }}'
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: awstats
|
value: AWStats
|
||||||
- option: description
|
- option: description
|
||||||
value: '"AWStats (originally known as Advanced Web Statistics) is a package written in Perl which generates static or dynamic html summaries based upon web server logs."'
|
value: '"AWStats (originally known as Advanced Web Statistics) is a package written in Perl which generates static or dynamic html summaries based upon web server logs."'
|
||||||
- option: installed
|
- option: installed
|
||||||
|
|
Loading…
Reference in a new issue