diff --git a/.gitmodules b/.gitmodules index 861b003..8c2af5e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/roles/goaccess b/roles/goaccess new file mode 160000 index 0000000..d9d4ce1 --- /dev/null +++ b/roles/goaccess @@ -0,0 +1 @@ +Subproject commit d9d4ce15d8360ed07c698608408b97800dba028c diff --git a/site.yml b/site.yml index fbd8bf8..45ca31f 100644 --- a/site.yml +++ b/site.yml @@ -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]}