2020-12-03 15:52:14 +01:00
|
|
|
---
|
2023-05-21 16:01:21 +02:00
|
|
|
apache_custom_conf_path: /etc/apache2/conf-available
|
|
|
|
|
2020-12-03 15:52:14 +01:00
|
|
|
nextcloud_admin_user: systemausfall.org
|
2023-05-21 23:01:31 +02:00
|
|
|
nextcloud_admin_pw: "{{ lookup('password', '/tmp/{{ item.name }}_admin_pwd length=42 chars=ascii_letters,digits') }}"
|
|
|
|
nextcloud_db_password: "{{ lookup('password', '/tmp/{{ item.name }}_db_pwd length=42 chars=ascii_letters,digits') }}"
|
2022-10-08 22:47:54 +02:00
|
|
|
nextcloud_github_api_url: https://api.github.com/repos/nextcloud/server/releases/latest
|
|
|
|
nextcloud_dl_url: "https://download.nextcloud.com/server/releases/nextcloud-{{ latest_version.stdout }}.tar.bz2"
|
2021-08-18 21:08:44 +02:00
|
|
|
nextcloud_root: /data/nextcloud
|
2023-05-21 23:01:31 +02:00
|
|
|
nextcloud_install_path: "{{ nextcloud_root }}/{{ item.name }}"
|
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
|
2023-05-21 23:01:31 +02:00
|
|
|
nextcloud_trusted_domains: ['localhost', '{{ item.name }}']
|
2022-07-26 16:44:42 +02:00
|
|
|
|
2022-07-26 14:37:56 +02:00
|
|
|
redis_config_file: /etc/redis/redis.conf
|