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