mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
no longer use goaccess
This commit is contained in:
parent
553860d8d6
commit
d8b026b928
4 changed files with 1 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -31,9 +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
|
||||
[submodule "roles/geerlingguy.firewall"]
|
||||
path = roles/geerlingguy.firewall
|
||||
url = https://github.com/geerlingguy/ansible-role-firewall.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 38d943f1bb444a6926f899b8a563daa0a4f48fd7
|
||||
Subproject commit 24d7cc477db6817b20d6ca37ed47598c648766e5
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 34e8c31badde45d488803ed57f75fdd33a0e2cb6
|
1
site.yml
1
site.yml
|
@ -33,7 +33,6 @@
|
|||
- {role: do1jlr.nginx, tags: [web, nginx]}
|
||||
- {role: do1jlr.mysql, tags: [web, git, mysql], become: true}
|
||||
- {role: do1jlr.gitea, tags: [web, gitea, git]}
|
||||
- {role: goaccess, tags: [web, goaccess]}
|
||||
|
||||
- name: deploy dns resolver
|
||||
hosts: resolver
|
||||
|
|
Loading…
Reference in a new issue