added note for editing vars
This commit is contained in:
@@ -25,16 +25,16 @@
|
||||
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_password: "Start2026!" # ÄNDERN
|
||||
admin_user: "admin"
|
||||
admin_password: "Start2026!" # ÄNDERN
|
||||
db_name: "nextcloud" #EDIT based on your needs
|
||||
db_user: "nextcloud" #EDIT based on your needs
|
||||
db_password: "Start2026!" # ÄNDERN
|
||||
admin_user: "admin" #EDIT based on your needs
|
||||
admin_password: "Start2026!" # ÄNDERN
|
||||
php_version: "8.3"
|
||||
|
||||
# TLS certificate paths (self-signed, generated by this playbook)
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user