mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Add required PHP extensions
This commit is contained in:
parent
e635b25d7a
commit
27b0c5b843
1 changed files with 11 additions and 0 deletions
|
@ -10,6 +10,17 @@
|
|||
# TASK [matomo : HTTP Get Welcome] ***************************************************************************************************************************************
|
||||
# fatal: [127.0.0.1]: FAILED! => {"cache_control": "private, no-cache, no-store", "changed": false, "connection": "close", "content_type": "text/html; charset=utf-8", "date": "Wed, 15 Jun 2022 05:07:41 GMT", "elapsed": 0, "expires": "Thu, 19 Nov 1981 08:52:00 GMT", "msg": "Status code was 500 and not [200]: HTTP Error 500: Internal Server Error", "pragma": "no-cache", "redirected": false, "server": "nginx/1.18.0 (Ubuntu)", "set_cookie": "MATOMO_SESSID=psak3aem27vrdrt8t2f016600f; path=/; HttpOnly; SameSite=Lax", "status": 500, "transfer_encoding": "chunked", "url": "http://box.lan/matomo/index.php?action=welcome", "x_matomo_request_id": "fbfd2"}
|
||||
|
||||
# https://matomo.org/faq/on-premise/matomo-requirements/
|
||||
- name: Install Matomo's recommended PHP extensions
|
||||
package:
|
||||
name:
|
||||
- php{{ php_version }}-curl
|
||||
- php{{ php_version }}-gd
|
||||
- php{{ php_version }}-cli
|
||||
- php{{ php_version }}-mysql
|
||||
- php{{ php_version }}-xml
|
||||
- php{{ php_version }}-mbstring
|
||||
|
||||
- name: Start MariaDB
|
||||
#action: service name=mysql state=started
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue