mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-16 14:17:31 +01:00
added template vars files
This commit is contained in:
11
roles/nextcloud/vars/main.yml.template
Normal file
11
roles/nextcloud/vars/main.yml.template
Normal file
@@ -0,0 +1,11 @@
|
||||
nextcloud_folder:
|
||||
- data
|
||||
- db
|
||||
- redis
|
||||
|
||||
NEXTCLOUD_MYSQL_HOST: 'nextcloud_db'
|
||||
NEXTCLOUD_MYSQL_PORT: '3306'
|
||||
NEXTCLOUD_MYSQL_DB: nextcloud
|
||||
NEXTCLOUD_MYSQL_USER: nextcloud
|
||||
NEXTCLOUD_MYSQL_PASS: 'super-secret-pass'
|
||||
NEXTCLOUD_MYSQL_ROOT_PASS: 'super-secret-root-pass'
|
||||
Reference in New Issue
Block a user