mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
15 lines
903 B
YAML
15 lines
903 B
YAML
application_id: "openproject"
|
|
repository_directory: "{{ path_docker_compose_instances }}{{application_id}}/"
|
|
docker_compose_instance_directory: "{{repository_directory}}compose/"
|
|
repository_address: "https://github.com/opf/openproject-deploy"
|
|
database_password: "{{openproject_database_password}}"
|
|
database_type: "postgres"
|
|
|
|
# The following volume doesn't have a practcical function. It just exist to prevent the creation of unnecessary anonymous volumes
|
|
dummy_volume: "{{repository_directory}}dummy_volume"
|
|
|
|
# OAuth2 Proxy Configuration
|
|
oauth2_proxy_upstream_application_and_port: "proxy:80"
|
|
oauth2_proxy_active: true
|
|
|
|
ldap_network_enabled: true # Activate LDAP network |