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:
parent
e4d3322cca
commit
d66bad0e2a
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -31,3 +31,6 @@
|
||||||
[submodule "roles/webhost2"]
|
[submodule "roles/webhost2"]
|
||||||
path = roles/webhost2
|
path = roles/webhost2
|
||||||
url = git@git.ccczh.ch:ansible-roles/role-webhost.git
|
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
1
roles/goaccess
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d9d4ce15d8360ed07c698608408b97800dba028c
|
1
site.yml
1
site.yml
|
@ -22,3 +22,4 @@
|
||||||
- { role: acmetool_fix, tags: [web,acmetool]}
|
- { role: acmetool_fix, tags: [web,acmetool]}
|
||||||
- { role: acmetool2, tags: [web,acmetool]}
|
- { role: acmetool2, tags: [web,acmetool]}
|
||||||
- { role: nginx2, tags: [web,nginx]}
|
- { role: nginx2, tags: [web,nginx]}
|
||||||
|
- { role: goaccess, tags: [web,goaccess]}
|
||||||
|
|
Loading…
Reference in a new issue