added note for editing vars

This commit is contained in:
Ebbe Baß
2026-07-14 12:29:18 +02:00
parent 257352adc2
commit 73b3162941
2 changed files with 16 additions and 16 deletions
@@ -64,9 +64,9 @@
become: true
vars:
collabora_code_domain: "office.test.local"
collabora_admin_password: "Start2026!" #ÄNDERN
nextcloud_domain: "cloud.test.local"
collabora_code_domain: "office.test.local" #EDIT based on your needs
collabora_admin_password: "Start2026!" #EDIT based on your needs
nextcloud_domain: "cloud.test.local" #EDIT based on your needs
tasks:
- name: Configure Collabora CODE to use the correct nextcloud domain
@@ -25,15 +25,15 @@
become: true
vars:
nextcloud_version: "34.0.0"
nextcloud_domain: "cloud.test.local"
nextcloud_version: "34.0.0" #EDIT based on your needs
nextcloud_domain: "cloud.test.local" #EDIT based on your needs
nextcloud_data_dir: "/etc/nextcloud/data"
nextcloud_install_dir: "/etc/nextcloud"
db_name: "nextcloud"
db_user: "nextcloud"
db_name: "nextcloud" #EDIT based on your needs
db_user: "nextcloud" #EDIT based on your needs
db_password: "Start2026!" # ÄNDERN
admin_user: "admin"
admin_user: "admin" #EDIT based on your needs
admin_password: "Start2026!" # ÄNDERN
php_version: "8.3"
@@ -397,14 +397,14 @@
become: true
vars:
nextcloud_version: "34.0.0"
nextcloud_domain: "cloud.test.local"
nextcloud_data_dir: "/etc/nextcloud/data"
nextcloud_install_dir: "/etc/nextcloud"
nextcloud_version: "34.0.0" #EDIT based on your needs
nextcloud_domain: "cloud.test.local" #EDIT based on your needs
nextcloud_data_dir: "/etc/nextcloud/data" #EDIT based on your needs
nextcloud_install_dir: "/etc/nextcloud" #EDIT based on your needs
fail2ban_dir: "/etc/fail2ban"
fail2ban_dir: "/etc/fail2ban" #EDIT based on your needs
php_version: "8.3"
php_version: "8.3" #EDIT based on your needs
tasks:
- name: Set correct open_basedir restriction