From 5e8ca32cb02d31fa2e58bffe7a8d3b4d77e0f131 Mon Sep 17 00:00:00 2001 From: agnisa Date: Mon, 13 Jun 2022 13:37:22 +0200 Subject: [PATCH] [N21-154] Set feature flags for nextcloud. nbc dev true and other hosts explicit to false --- ansible/host_vars/nbc_host/cfg.yml | 2 ++ ansible/host_vars/prod-nbc/cfg.yml | 2 ++ ansible/host_vars/ref-nbc/cfg.yml | 5 ++++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 ansible/host_vars/nbc_host/cfg.yml diff --git a/ansible/host_vars/nbc_host/cfg.yml b/ansible/host_vars/nbc_host/cfg.yml new file mode 100644 index 000000000..bed1a602e --- /dev/null +++ b/ansible/host_vars/nbc_host/cfg.yml @@ -0,0 +1,2 @@ +FEATURE_NEXTCLOUD_TEAM_FILES_ENABLED: "true" +NEXTCLOUD_REDIRECT_URL: https://nextcloud-nbc.dbildungscloud.dev/apps/files/?dir=/ diff --git a/ansible/host_vars/prod-nbc/cfg.yml b/ansible/host_vars/prod-nbc/cfg.yml index 027f31ac7..ab4ace5cc 100644 --- a/ansible/host_vars/prod-nbc/cfg.yml +++ b/ansible/host_vars/prod-nbc/cfg.yml @@ -8,3 +8,5 @@ FEATURE_OAUTH_LOGIN_ENABLED: "false" ES_DOMAIN: https://mv-repo.schul-cloud.org ALERT_STATUS_URL: https://status.niedersachsen.cloud/ +FEATURE_NEXTCLOUD_TEAM_FILES_ENABLED: "false" +#NEXTCLOUD_REDIRECT_URL: https://nextcloud-nbc.dbildungscloud.dev/apps/files/?dir=/ diff --git a/ansible/host_vars/ref-nbc/cfg.yml b/ansible/host_vars/ref-nbc/cfg.yml index b154f09c1..53c5cc617 100644 --- a/ansible/host_vars/ref-nbc/cfg.yml +++ b/ansible/host_vars/ref-nbc/cfg.yml @@ -4,4 +4,7 @@ DOMAIN: staging.niedersachsen.dbildungscloud.org FEATURE_MATRIX_MESSENGER_ENABLED: "false" FEATURE_NEXBOARD_ENABLED: "false" ES_DOMAIN: https://mv-repo.schul-cloud.org -ALERT_STATUS_URL: https://status.niedersachsen.cloud/ \ No newline at end of file +ALERT_STATUS_URL: https://status.niedersachsen.cloud/ + +FEATURE_NEXTCLOUD_TEAM_FILES_ENABLED: "false" +#NEXTCLOUD_REDIRECT_URL: https://nextcloud-nbc.dbildungscloud.dev/apps/files/?dir=/