roles: Remove mentions of Piwik
I never check the damn analytics stats and the database is huge.
This commit is contained in:
parent
c70ebba151
commit
b0420d2adb
@ -2,7 +2,6 @@
|
|||||||
# file: roles/mariadb/defaults/main.yml
|
# file: roles/mariadb/defaults/main.yml
|
||||||
#
|
#
|
||||||
# Based on my running of mysqltuner.pl on a host with three WordPress databases
|
# 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
|
# default is 128MB but is a waste because it seems only the mysql table uses it
|
||||||
|
@ -9,9 +9,6 @@
|
|||||||
- php-mysql
|
- php-mysql
|
||||||
- php-gd
|
- php-gd
|
||||||
- php-curl
|
- php-curl
|
||||||
# for Piwik
|
|
||||||
- php-mbstring
|
|
||||||
- php-xml
|
|
||||||
|
|
||||||
- name: Install php-fpm and deps
|
- name: Install php-fpm and deps
|
||||||
apt: name={{ php_fpm_packages }} state=present update_cache=yes
|
apt: name={{ php_fpm_packages }} state=present update_cache=yes
|
||||||
|
@ -9,9 +9,6 @@
|
|||||||
- php-mysql
|
- php-mysql
|
||||||
- php-gd
|
- php-gd
|
||||||
- php-curl
|
- php-curl
|
||||||
# for Piwik
|
|
||||||
- php-mbstring
|
|
||||||
- php-xml
|
|
||||||
|
|
||||||
- name: Install php-fpm and deps
|
- name: Install php-fpm and deps
|
||||||
apt: name={{ php_fpm_packages }} state=present update_cache=yes
|
apt: name={{ php_fpm_packages }} state=present update_cache=yes
|
||||||
|
@ -9,9 +9,6 @@
|
|||||||
- php-mysql
|
- php-mysql
|
||||||
- php-gd
|
- php-gd
|
||||||
- php-curl
|
- php-curl
|
||||||
# for Piwik
|
|
||||||
- php-mbstring
|
|
||||||
- php-xml
|
|
||||||
|
|
||||||
- name: Install php-fpm and deps
|
- name: Install php-fpm and deps
|
||||||
apt: name={{ php_fpm_packages }} state=present update_cache=yes
|
apt: name={{ php_fpm_packages }} state=present update_cache=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user