diff --git a/ansible/group_vars/all/oas.yml b/ansible/group_vars/all/oas.yml
index cbfe158640e4143c182d315f62fa4f78b05878a4..4b1c265513ff93485b8475c9b83df08ee10766a6 100644
--- a/ansible/group_vars/all/oas.yml
+++ b/ansible/group_vars/all/oas.yml
@@ -10,7 +10,6 @@ ansible_python_interpreter: "/usr/bin/env python3"
 nextcloud_password: "{{ lookup('password', '{{ secret_directory }}/nextcloud_admin_password chars=ascii_letters') }}"
 nextcloud_mariadb_password: "{{ lookup('password', '{{ secret_directory }}/nextcloud_mariadb_password chars=ascii_letters') }}"
 nextcloud_mariadb_root_password: "{{ lookup('password', '{{ secret_directory }}/nextcloud_mariadb_root_password chars=ascii_letters') }}"
-collabora_password: "{{ lookup('password', '{{ secret_directory }}/collabora_admin_password chars=ascii_letters') }}"
 grafana_admin_password: "{{ lookup('password', '{{ secret_directory }}/grafana_admin_password chars=ascii_letters') }}"
 
 # git repo versions
diff --git a/ansible/roles/setup/tasks/helmfiles.yml b/ansible/roles/setup/tasks/helmfiles.yml
index e4b137ae830f0445826358441eec2ef3be93d31f..8978d922046a9b8a91b8fc5492bf7e930817cbca 100644
--- a/ansible/roles/setup/tasks/helmfiles.yml
+++ b/ansible/roles/setup/tasks/helmfiles.yml
@@ -96,7 +96,6 @@
     - helmfile
     - tmp
   environment:
-    - COLLABORA_PASSWORD: "{{ collabora_password }}"
     - NEXTCLOUD_PASSWORD: "{{ nextcloud_password }}"
     - NEXTCLOUD_MARIADB_PASSWORD: "{{ nextcloud_mariadb_password }}"
     - NEXTCLOUD_MARIADB_ROOT_PASSWORD: "{{ nextcloud_mariadb_root_password }}"
diff --git a/helmfiles/README.md b/helmfiles/README.md
index 4388b502753fe20bd9e6ce51a0a4fa84be6bfadb..20b0eed97dda6ca0c180adc7c2ff5a0ff20ba2c9 100644
--- a/helmfiles/README.md
+++ b/helmfiles/README.md
@@ -42,7 +42,6 @@ Do these three steps to prepare the installation process:
 
 1. You need to set some environment variables:
    - `$NEXTCLOUD_PASSWORD` to set the Nextcloud administrator password
-   - `$COLLABORA_PASSWORD` to set the Collabora administrator password
    - `$NEXTCLOUD_MARIADB_ROOT_PASSWORD` for the MariaDB that NextCloud uses
    - `$GRAFANA_ADMIN_PASSWORD` for the admin password of grafana
 
diff --git a/test/behave/features/nextcloud.feature b/test/behave/features/nextcloud.feature
index e255037e5297b2e599ca66ce56b069c12cc1cc62..2482af3ec14e76f42996810dae6fc152572bcf3d 100644
--- a/test/behave/features/nextcloud.feature
+++ b/test/behave/features/nextcloud.feature
@@ -2,7 +2,7 @@
 Feature: Test nextcloud admin login
   As an OAS admin
   I want to be able to login to nextcloud as the user admin
-  And I want to be able to open a document in Collabora
+  And I want to be able to open a document in OnlyOffice
 
 Scenario: Open nextcloud
   When I open the nextcloud URL