Updated variables

This commit is contained in:
giancarlo 2022-06-29 15:56:51 +02:00
parent 07d9b6e7fa
commit 5ceac18602
2 changed files with 8 additions and 0 deletions

View File

@ -17,10 +17,13 @@ epas_teleworker_docker_server_build: './'
epas_teleworker_docker_registry_user: 'epas.user'
#epas_teleworker_docker_registry_password: 'use a vault file'
epas_teleworker_docker_network: 'epas_teleworker_net'
epas_teleworker_docker_attachments_node: 'docker-exec2'
epas_teleworker_attachments_node: 'localhost'
epas_teleworker_attachments_volume: 'epas_teleworker_attachments_data'
epas_teleworker_node_constraints: 'node.labels.epas_teleworker_storage == attachments'
epas_teleworker_behind_haproxy: True
epas_teleworker_haproxy_public_net: 'haproxy-public'
# DB
# Set to true if postgresql must be a container too
epas_teleworker_dockerized_db: False
@ -30,6 +33,7 @@ epas_teleworker_pg_version: '12'
epas_teleworker_db_image: 'postgres:{{ epas_teleworker_pg_version }}-alpine'
# The default hostname is the name of the container service
epas_teleworker_db_host: 'postgres'
epas_teleworker_docker_db_node: 'localhost'
epas_teleworker_db_port: '5432'
epas_teleworker_db_name: 'epas_teleworker_prod_db'
epas_teleworker_db_allowed_hosts:

View File

@ -7,10 +7,13 @@ epas_teleworker_docker_server_build: './'
epas_teleworker_docker_registry_user: 'epas.user'
#epas_teleworker_docker_registry_password: 'use a vault file'
epas_teleworker_docker_network: 'epas_teleworker_net'
epas_teleworker_docker_attachments_node: 'docker-exec2'
epas_teleworker_attachments_node: 'localhost'
epas_teleworker_attachments_volume: 'epas_teleworker_attachments_data'
epas_teleworker_node_constraints: 'node.labels.epas_teleworker_storage == attachments'
epas_teleworker_behind_haproxy: True
epas_teleworker_haproxy_public_net: 'haproxy-public'
# DB
# Set to true if postgresql must be a container too
epas_teleworker_dockerized_db: False
@ -20,6 +23,7 @@ epas_teleworker_pg_version: '12'
epas_teleworker_db_image: 'postgres:{{ epas_teleworker_pg_version }}-alpine'
# The default hostname is the name of the container service
epas_teleworker_db_host: 'postgres'
epas_teleworker_docker_db_node: 'localhost'
epas_teleworker_db_port: '5432'
epas_teleworker_db_name: 'epas_teleworker_prod_db'
epas_teleworker_db_allowed_hosts: