From cdeb63e491785d453c2b262491435bb0fde6ce8b Mon Sep 17 00:00:00 2001 From: Ghassan Maslamani Date: Mon, 30 Oct 2023 16:21:19 +0100 Subject: [PATCH] feat: set proxy via ansible --- ansible/host_vars/community_theme/config.yml | 1 + config.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/host_vars/community_theme/config.yml b/ansible/host_vars/community_theme/config.yml index 47543a92..bfc1f52a 100644 --- a/ansible/host_vars/community_theme/config.yml +++ b/ansible/host_vars/community_theme/config.yml @@ -15,6 +15,7 @@ tutor_post_hooks: - "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins disable course-about-mfe" - "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable home-mfe-production" - "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable course-about-mfe-production" + - "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable caddy_proxy" - "{{ tutor_venv_path }}/{{ tutor_exec_name }} config save" diff --git a/config.yml b/config.yml index 009318bf..1d526aec 100644 --- a/config.yml +++ b/config.yml @@ -128,7 +128,6 @@ PLUGINS: - mfe - scorm-fix - session-timeout -- caddy_proxy PLUGIN_INDEXES: - https://overhang.io/tutor/main PREVIEW_LMS_HOST: preview.local.overhang.io