mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 12:29:39 +01:00
Optimized nextcloud database variable
This commit is contained in:
parent
6e02e09471
commit
286517b127
@ -172,6 +172,7 @@ defaults_applications:
|
||||
nextcloud:
|
||||
version: "production" # @see https://nextcloud.com/blog/nextcloud-release-channels-and-how-to-track-them/
|
||||
ldap_enabled: True # Enables LDAP by default
|
||||
# database_password: Null # Needs to be set in inventory file
|
||||
|
||||
## OAuth2 Proxy
|
||||
oauth2_proxy:
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
application_id: "nextcloud"
|
||||
database_password: "{{nextcloud_database_password}}"
|
||||
database_password: "{{applications.nextcloud.database_password}}"
|
||||
database_type: "mariadb"
|
||||
nextcloud_application_container_name: "nextcloud-application"
|
||||
nextcloud_nginx_container_name: "nextcloud-web"
|
Loading…
x
Reference in New Issue
Block a user