roles: Remove mentions of Piwik

I never check the damn analytics stats and the database is huge.
This commit is contained in:
Alan Orth 2021-01-06 09:00:18 +02:00
parent c70ebba151
commit b0420d2adb
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
4 changed files with 0 additions and 10 deletions

View File

@ -2,7 +2,6 @@
# file: roles/mariadb/defaults/main.yml
#
# Based on my running of mysqltuner.pl on a host with three WordPress databases
# and a Piwik instance monitoring three sites.
#
# default is 128MB but is a waste because it seems only the mysql table uses it

View File

@ -9,9 +9,6 @@
- php-mysql
- php-gd
- php-curl
# for Piwik
- php-mbstring
- php-xml
- name: Install php-fpm and deps
apt: name={{ php_fpm_packages }} state=present update_cache=yes

View File

@ -9,9 +9,6 @@
- php-mysql
- php-gd
- php-curl
# for Piwik
- php-mbstring
- php-xml
- name: Install php-fpm and deps
apt: name={{ php_fpm_packages }} state=present update_cache=yes

View File

@ -9,9 +9,6 @@
- php-mysql
- php-gd
- php-curl
# for Piwik
- php-mbstring
- php-xml
- name: Install php-fpm and deps
apt: name={{ php_fpm_packages }} state=present update_cache=yes