1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_goaccess.git synced 2024-08-16 18:09:23 +02:00
ansible_role_goaccess/defaults/main.yml
2021-01-08 21:47:04 +01:00

8 lines
233 B
YAML

---
goaccess__state: present
goaccess_systemd: true
goaccess__logfiles: '/var/log/apache2/access.log'
goaccess__webfiles: '/var/www/html/report/index.html'
# should we do a version check? (recomended)
submodules_versioncheck: false