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

Update settings

parent 61ccc0f0
No related branches found
No related tags found
No related merge requests found
...@@ -162,6 +162,18 @@ ...@@ -162,6 +162,18 @@
tags: tags:
- deploy - 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 - name: Ensure Database
mysql_db: mysql_db:
name: matomo_{{ matomo.id }} name: matomo_{{ matomo.id }}
......
...@@ -10,6 +10,7 @@ port = "{{ matomo.db_port|default('3306') }}" ...@@ -10,6 +10,7 @@ port = "{{ matomo.db_port|default('3306') }}"
[General] [General]
assume_secure_protocol = {% if matomo.protocol|default("https") == "https" %}1{% else %}0{% endif %} 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 }}" trusted_hosts[] = "{{ matomo.domain }}"
salt = "{{ matomo.config.salt }}" salt = "{{ matomo.config.salt }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment