2020-12-03 15:52:14 +01:00
|
|
|
---
|
2021-12-21 22:47:24 +01:00
|
|
|
local_munin_path: /data/munin
|
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_user: systemausfall.org
|
|
|
|
nextcloud_admin_pw: admin
|
2021-06-26 02:32:29 +02:00
|
|
|
nextcloud_db_password: "{{ lookup('password', '/tmp/{{ instance.domain }}_db_pwd length=42 chars=ascii_letters,digits') }}"
|
2021-12-21 22:47:24 +01:00
|
|
|
nextcloud_munin_user_password: "{{ lookup('password', '/tmp/{{ instance.domain }}_munin_pwd length=42 chars=ascii_letters,digits') }}"
|
2020-12-03 15:52:14 +01:00
|
|
|
nextcloud_dl_url: https://download.nextcloud.com/server/releases
|
2021-08-18 21:08:44 +02:00
|
|
|
nextcloud_root: /data/nextcloud
|
|
|
|
nextcloud_install_path: "{{ nextcloud_root }}/{{ 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
|
2021-06-26 01:45:06 +02:00
|
|
|
nextcloud_trusted_domains: ['localhost', '{{ instance.domain }}']
|
2020-12-03 23:14:27 +01:00
|
|
|
nextcloud_trusted_proxies: ['10.42.7.1']
|
2021-10-14 16:09:47 +02:00
|
|
|
nextcloud_version: nextcloud-22.2.0
|
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
|
|
|
|
2021-12-21 22:47:24 +01:00
|
|
|
redis_config_file: /etc/redis/redis.conf
|