fixed some edit comments
This commit is contained in:
+5
-5
@@ -32,10 +32,10 @@
|
||||
|
||||
db_name: "nextcloud" #EDIT based on your needs
|
||||
db_user: "nextcloud" #EDIT based on your needs
|
||||
db_password: "Start2026!" # ÄNDERN
|
||||
db_password: "Start2026!" #EDIT based on your needs
|
||||
admin_user: "admin" #EDIT based on your needs
|
||||
admin_password: "Start2026!" # ÄNDERN
|
||||
php_version: "8.3"
|
||||
admin_password: "Start2026!" #EDIT based on your needs
|
||||
php_version: "8.3" #EDIT based on your needs
|
||||
|
||||
# TLS certificate paths (self-signed, generated by this playbook)
|
||||
ssl_cert: "/etc/ssl/certs/nextcloud-selfsigned.crt"
|
||||
@@ -399,8 +399,8 @@
|
||||
vars:
|
||||
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
|
||||
nextcloud_data_dir: "/etc/nextcloud/data"
|
||||
nextcloud_install_dir: "/etc/nextcloud"
|
||||
|
||||
fail2ban_dir: "/etc/fail2ban" #EDIT based on your needs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user