Initial commit
This commit is contained in:
commit
e8b54ec967
12 changed files with 378 additions and 0 deletions
35
defaults/main.yml
Normal file
35
defaults/main.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
# 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
|
||||
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 * * *"
|
||||
Loading…
Add table
Add a link
Reference in a new issue