Skip to content
Snippets Groups Projects
Commit ae38c21a authored by jurgenhaas's avatar jurgenhaas
Browse files

Update settings

parent 61ccc0f0
Branches
No related tags found
No related merge requests found
......@@ -162,6 +162,18 @@
tags:
- deploy
- name: File Modes for JS files
file:
path: '{{ webRoot }}/{{ item }}'
mode: +w
recurse: no
follow: no
with_items:
- matomo.js
- piwik.js
tags:
- deploy
- name: Ensure Database
mysql_db:
name: matomo_{{ matomo.id }}
......
......@@ -10,6 +10,7 @@ port = "{{ matomo.db_port|default('3306') }}"
[General]
assume_secure_protocol = {% if matomo.protocol|default("https") == "https" %}1{% else %}0{% endif %}
force_ssl = {% if matomo.protocol|default("https") == "https" %}1{% else %}0{% endif %}
trusted_hosts[] = "{{ matomo.domain }}"
salt = "{{ matomo.config.salt }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment