1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

Add goaccess

This commit is contained in:
L3D 2020-12-24 02:38:51 +01:00
parent e4d3322cca
commit d66bad0e2a
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -31,3 +31,6 @@
[submodule "roles/webhost2"]
path = roles/webhost2
url = git@git.ccczh.ch:ansible-roles/role-webhost.git
[submodule "roles/goaccess"]
path = roles/goaccess
url = https://github.com/roles-ansible/ansible_role_goaccess.git

1
roles/goaccess Submodule

@ -0,0 +1 @@
Subproject commit d9d4ce15d8360ed07c698608408b97800dba028c

View file

@ -22,3 +22,4 @@
- { role: acmetool_fix, tags: [web,acmetool]}
- { role: acmetool2, tags: [web,acmetool]}
- { role: nginx2, tags: [web,nginx]}
- { role: goaccess, tags: [web,goaccess]}