ansible-role-nextcloud-docker/defaults/main.yml

36 lines
865 B
YAML

---
# defaults file for nextcloud
mariadb_root_password: changeme
mysql_host: mysqldb
mysql_database: nextcloud
nextcloud_mariadb_user: nextcloud
nextcloud_mariadb_password: nextcloud
nextcloud_admin_user: admin
nextcloud_admin_password: mynextcloud
nextcloud_trusted_domains: localhost
virtual_host: localhost
letsencrypt_host:
letsencrypt_email:
docker_user: deploy
smtp_host:
smtp_secure:
smtp_port: 25
smtp_authtype: PLAIN
smtp_name:
smtp_password:
mail_from_address:
mail_domain:
nextcloud_overwrite_cli_url:
nextcloud_overwrite_host:
nextcloud_overwrite_protocol:
nextcloud_enable_restic_compose_backup: False
nextcloud_app_list_to_install: []
restic_aws_access_key_id:
restic_aws_secret_access_key:
restic_repository:
restic_password:
restic_keep_daily: 7
restic_keep_weekly: 4
restic_keep_monthly: 12
restic_keep_yearly: 3
restic_cron_schedule: "0 1 * * *"