nextcloud/defaults/main.yml
2020-09-08 19:27:15 +02:00

30 lines
820 B
YAML

---
# defaults file for nextcloud
nextcloud_db_name: nextcloud
nextcloud_SQl_target_file:
nextcloud_db_user: nextcloud
nextcloud_db_password:
nextcloud_dbhost: localhost
nextcloud_dbport:
nextcloud_DB_type: postgres # mysql or postgres
nextcloud_admin_user: admin
nextcloud_admin_password:
nextcloud_datadirectory: /var/nextcloud
nextcloud_web_root: /usr/share/webapps/nextcloud
nextcloud_trusted_domains:
- localhost
nextcloud_config_options: # additional options to set in config.php
- option: overwrite.cli.url
value: "'https://nextcloud.example.com'"
- option: maintenance
value: false
- option: loglevel
value: 2
nextcloud_fail2ban_jail_maxretry: 10
nextcloud_fail2ban_jail_findtime: 3600
nextcloud_fail2ban_jail_bantime: 900
nextcloud_fail2ban_jail_action: iptables-allports