Consolidated var naming and added install path variable.
This commit is contained in:
parent
5b39dfb6fa
commit
67abd4ae45
2 changed files with 70 additions and 69 deletions
|
|
@ -1,35 +1,36 @@
|
|||
---
|
||||
# defaults file for nextcloud
|
||||
mariadb_root_password: changeme
|
||||
mysql_host: mysqldb
|
||||
mysql_database: nextcloud
|
||||
nextcloud_install_user: '{{ ansible_user }}' # This user must be present on the host
|
||||
nextcloud_install_path: '/home/{{ nextcloud_install_user }}'
|
||||
nextcloud_mariadb_root_password: changeme
|
||||
nextcloud_mysql_host: mysqldb
|
||||
nextcloud_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_virtual_host: localhost
|
||||
nextcloud_letsencrypt_host:
|
||||
nextcloud_letsencrypt_email:
|
||||
nextcloud_smtp_host:
|
||||
nextcloud_smtp_secure:
|
||||
nextcloud_smtp_port: 25
|
||||
nextcloud_smtp_authtype: PLAIN
|
||||
nextcloud_smtp_name:
|
||||
nextcloud_smtp_password:
|
||||
nextcloud_mail_from_address:
|
||||
nextcloud_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 * * *"
|
||||
nextcloud_restic_aws_access_key_id:
|
||||
nextcloud_restic_aws_secret_access_key:
|
||||
nextcloud_restic_repository:
|
||||
nextcloud_restic_password:
|
||||
nextcloud_restic_keep_daily: 7
|
||||
nextcloud_restic_keep_weekly: 4
|
||||
nextcloud_restic_keep_monthly: 12
|
||||
nextcloud_restic_keep_yearly: 3
|
||||
nextcloud_restic_cron_schedule: "0 1 * * *"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue