nextcloud/defaults/main.yml

37 lines
1017 B
YAML
Raw Permalink Normal View History

2020-02-15 11:03:06 +00:00
---
2020-02-16 15:22:01 +00:00
# defaults file for nextcloud
nextcloud_db_name: nextcloud
nextcloud_SQl_target_file:
nextcloud_db_user: nextcloud
nextcloud_db_password:
2020-09-08 17:27:15 +00:00
nextcloud_dbhost: localhost
nextcloud_dbport:
nextcloud_DB_type: postgres # mysql or postgres
2020-02-16 15:22:01 +00:00
nextcloud_admin_user: admin
nextcloud_admin_password:
nextcloud_datadirectory: /var/nextcloud
2020-11-07 14:51:33 +00:00
nextcloud_data_directory_creation: true
2020-02-16 15:22:01 +00:00
nextcloud_web_root: /usr/share/webapps/nextcloud
nextcloud_trusted_domains:
- localhost
nextcloud_user: nextcloud
nextcloud_group: nextcloud
2020-09-08 17:27:15 +00:00
2020-02-16 15:22:01 +00:00
nextcloud_config_options: # additional options to set in config.php
- option: overwrite.cli.url
2020-11-07 14:51:33 +00:00
value: "'https://nextcloud.example.com'"
2020-02-16 15:22:01 +00:00
- option: maintenance
2020-11-07 14:51:33 +00:00
value: "false"
2020-02-16 15:22:01 +00:00
- option: loglevel
2020-11-07 14:51:33 +00:00
value: "'2'"
- option: installed
value: "true"
- option: config_is_read_only
value: "false"
2020-02-16 15:22:01 +00:00
nextcloud_fail2ban_jail_maxretry: 10
nextcloud_fail2ban_jail_findtime: 3600
nextcloud_fail2ban_jail_bantime: 900
nextcloud_fail2ban_jail_action: iptables-allports