added globalised vars
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
nextcloud_version: "34.0.0"
|
||||
nextcloud_domain: "cloud.test.local"
|
||||
nextcloud_data_dir: "/etc/nextcloud/data"
|
||||
nextcloud_install_dir: "/etc/nextcloud"
|
||||
|
||||
nc_db_name: "nextcloud"
|
||||
nc_db_user: "nextcloud"
|
||||
nc_db_password: "Start2026!"
|
||||
nc_admin_user: "admin"
|
||||
nc_admin_password: "Start2026!"
|
||||
nc_php_version: "8.3"
|
||||
|
||||
# TLS certificate paths (self-signed, generated by this playbook)
|
||||
nc_ssl_cert: "/etc/ssl/certs/nextcloud-selfsigned.crt"
|
||||
nc_ssl_key: "/etc/ssl/private/nextcloud-selfsigned.key"
|
||||
|
||||
# Maintenance window (UTC): tasks run between start and start+4h
|
||||
# 1 = 01:00 UTC → adjust to your timezone offset as needed
|
||||
nc_maintenance_window_start: 1
|
||||
|
||||
fail2ban_dir: "/etc/fail2ban"
|
||||
|
||||
collabora_code_domain: "office.test.local"
|
||||
collabora_admin_password: "Start2026!"
|
||||
Reference in New Issue
Block a user