add ansible vars to nextcloud

This commit is contained in:
Andreas Zweili 2021-11-15 12:07:10 +01:00
parent 7fafda2dd9
commit 3275c3c821
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
MYSQL_PASSWORD=password
MYSQL_PASSWORD={{ nextcloud_mysql_password }}
MYSQL_DATABASE=nextcloud
MYSQL_USER=nextcloud
APP_DOMAIN=nextcloud.2li.ch
NEXTCLOUD_ADMIN_USER=admin
NEXTCLOUD_ADMIN_PASSWORD=password
NEXTCLOUD_ADMIN_PASSWORD={{ nextcloud_admin_password }}
NEXTCLOUD_TRUSTED_DOMAINS=nextcloud2.2li.local 10.7.89.103
SMTP_HOST=mail.infomaniak.com
SMTP_PORT=587
SMTP_SECURE=ssl
SMTP_NAME=admin@2li.ch
SMTP_PASSWORD=password
SMTP_PASSWORD={{ nextcloud_smtp_password }}
MAIL_FROM_ADDRESS=admin@2li.ch