ansible-role-nextcloud/defaults/main.yml

22 lines
738 B
YAML
Raw Normal View History

2020-12-03 15:52:14 +01:00
---
2020-12-31 02:30:14 +01:00
mysql_socket: /var/run/mysqld/mysqld.sock
2020-12-03 15:52:14 +01:00
nextcloud_admin_pw: admin
nextcloud_admin_user: systemausfall.org
nextcloud_admin_pw: admin
nextcloud_dl_url: https://download.nextcloud.com/server/releases
nextcloud_install_path: "/data/nextcloud/{{ instance.domain }}"
2020-12-03 23:14:27 +01:00
nextcloud_config_file: "{{ nextcloud_install_path }}/config/config.php"
nextcloud_php_memory_limit: 512M
2020-12-03 23:54:55 +01:00
nextcloud_php_upload_limit: 512M
nextcloud_trusted_domains: ['localhost', '{{ instance.domain }}']
2020-12-03 23:14:27 +01:00
nextcloud_trusted_proxies: ['10.42.7.1']
2021-05-10 22:36:16 +02:00
nextcloud_version: nextcloud-21.0.1
2020-12-03 23:14:27 +01:00
nextcloud_mail_from: noreply
nextcloud_mail_domain: postfach.senselab.org
nextcloud_smtp_auth_type: LOGIN
nextcloud_smtp_host: sl-postbote.kahlo
nextcloud_smtp_port: 25
2020-12-03 15:52:14 +01:00
php_version: "7.3"