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 become: true
vars: vars:
collabora_code_domain: "office.test.local" collabora_code_domain: "office.test.local" #EDIT based on your needs
collabora_admin_password: "Start2026!" #ÄNDERN collabora_admin_password: "Start2026!" #EDIT based on your needs
nextcloud_domain: "cloud.test.local" nextcloud_domain: "cloud.test.local" #EDIT based on your needs
tasks: tasks:
- name: Configure Collabora CODE to use the correct nextcloud domain - name: Configure Collabora CODE to use the correct nextcloud domain
@@ -25,16 +25,16 @@
become: true become: true
vars: vars:
nextcloud_version: "34.0.0" nextcloud_version: "34.0.0" #EDIT based on your needs
nextcloud_domain: "cloud.test.local" nextcloud_domain: "cloud.test.local" #EDIT based on your needs
nextcloud_data_dir: "/etc/nextcloud/data" nextcloud_data_dir: "/etc/nextcloud/data"
nextcloud_install_dir: "/etc/nextcloud" nextcloud_install_dir: "/etc/nextcloud"
db_name: "nextcloud" db_name: "nextcloud" #EDIT based on your needs
db_user: "nextcloud" db_user: "nextcloud" #EDIT based on your needs
db_password: "Start2026!" # ÄNDERN db_password: "Start2026!" # ÄNDERN
admin_user: "admin" admin_user: "admin" #EDIT based on your needs
admin_password: "Start2026!" # ÄNDERN admin_password: "Start2026!" # ÄNDERN
php_version: "8.3" php_version: "8.3"
# TLS certificate paths (self-signed, generated by this playbook) # TLS certificate paths (self-signed, generated by this playbook)
@@ -397,14 +397,14 @@
become: true become: true
vars: vars:
nextcloud_version: "34.0.0" nextcloud_version: "34.0.0" #EDIT based on your needs
nextcloud_domain: "cloud.test.local" nextcloud_domain: "cloud.test.local" #EDIT based on your needs
nextcloud_data_dir: "/etc/nextcloud/data" nextcloud_data_dir: "/etc/nextcloud/data" #EDIT based on your needs
nextcloud_install_dir: "/etc/nextcloud" 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: tasks:
- name: Set correct open_basedir restriction - name: Set correct open_basedir restriction