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