From 3319e287d4ff138df1fa0c2062f88f1cf5316437 Mon Sep 17 00:00:00 2001 From: cwivagg Date: Tue, 27 Dec 2022 14:34:52 -0500 Subject: [PATCH] Disable trusted host check for Matomo Per 2022-12-27 IIAB community minutes 3b. --- roles/matomo/tasks/install.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/matomo/tasks/install.yml b/roles/matomo/tasks/install.yml index a85577936..e58cac922 100644 --- a/roles/matomo/tasks/install.yml +++ b/roles/matomo/tasks/install.yml @@ -211,6 +211,11 @@ owner: "{{ apache_user }}" group: "{{ apache_user }}" +- name: Don't Check for Trusted Host + ansible.builtin.lineinfile: + path: "{{ matomo_path }}/matomo/config/config.ini.php" + line: enable_trusted_host_check=0 + insertafter: "[General]" # RECORD Matomo AS INSTALLED