From 4c48942643a2d0f58c161a07d0e1276df5e146ba Mon Sep 17 00:00:00 2001 From: Igor Richter Date: Fri, 22 Dec 2023 10:40:54 +0100 Subject: [PATCH] add FEATURE_CTL_TOOLS_COPY_ENABLED: "true" in nbc dev --- ansible/group_vars/all/config.yml | 5 +++++ ansible/group_vars/nbc/instance_cfg.yml | 1 + ansible/host_vars/prod-nbc/cfg.yml | 2 ++ ansible/host_vars/ref-nbc/cfg.yml | 2 ++ 4 files changed, 10 insertions(+) diff --git a/ansible/group_vars/all/config.yml b/ansible/group_vars/all/config.yml index 1aa7e5db1..51740a936 100644 --- a/ansible/group_vars/all/config.yml +++ b/ansible/group_vars/all/config.yml @@ -960,3 +960,8 @@ configuration_all: server: true client: false nuxtclient: false + FEATURE_CTL_TOOLS_COPY_ENABLED: + value: "false" + server: true + client: false + nuxtclient: false diff --git a/ansible/group_vars/nbc/instance_cfg.yml b/ansible/group_vars/nbc/instance_cfg.yml index d7463f2e2..e894da93c 100644 --- a/ansible/group_vars/nbc/instance_cfg.yml +++ b/ansible/group_vars/nbc/instance_cfg.yml @@ -49,6 +49,7 @@ FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED: "true" FEATURE_GROUPS_IN_COURSE_ENABLED: "true" FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED: "true" FEATURE_PROVISIONING_OPTIONS_ENABLED: "true" +FEATURE_CTL_TOOLS_COPY_ENABLED: "true" TEACHER_STUDENT_VISIBILITY__IS_ENABLED_BY_DEFAULT: "false" TEACHER_STUDENT_VISIBILITY__IS_CONFIGURABLE: "true" diff --git a/ansible/host_vars/prod-nbc/cfg.yml b/ansible/host_vars/prod-nbc/cfg.yml index 5c106e610..14d270650 100644 --- a/ansible/host_vars/prod-nbc/cfg.yml +++ b/ansible/host_vars/prod-nbc/cfg.yml @@ -9,6 +9,8 @@ NEXTCLOUD_BASE_URL: https://nextcloud.niedersachsen.cloud FEATURE_PROVISIONING_OPTIONS_ENABLED: "false" +FEATURE_CTL_TOOLS_COPY_ENABLED: "false" + FEATURE_IDENTITY_MANAGEMENT_STORE_ENABLED: "false" # Bettermarks urls diff --git a/ansible/host_vars/ref-nbc/cfg.yml b/ansible/host_vars/ref-nbc/cfg.yml index cd563bff4..996eedc38 100644 --- a/ansible/host_vars/ref-nbc/cfg.yml +++ b/ansible/host_vars/ref-nbc/cfg.yml @@ -11,3 +11,5 @@ BETTERMARKS_APPS_URL: "https://apps.bettermarks.staging.niedersachsen.dbildungsc BETTERMARKS_SCHOOL_URL: "https://school.bettermarks.staging.niedersachsen.dbildungscloud.org" FEATURE_PROVISIONING_OPTIONS_ENABLED: "false" + +FEATURE_CTL_TOOLS_COPY_ENABLED: "false"