Added goaccess

This commit is contained in:
Darks 2020-09-10 23:08:34 +02:00
parent 326d802139
commit 0603f502e0
Signed by: Darks
GPG Key ID: F61F10FA138E797C
3 changed files with 9 additions and 3 deletions

View File

@ -6,6 +6,7 @@
become_method: sudo
roles:
- goaccess
- grafana
- iptables
- nginx

View File

@ -6,7 +6,7 @@
become_method: sudo
roles:
- grafana
- telegraf
- influxdb
- goaccess
- grafana
- influxdb
- telegraf

View File

@ -0,0 +1,5 @@
---
- name: "Install goaccess"
pacman:
name: "goaccess"
state: present