2019-01-16 16:05:48 +00:00
|
|
|
matrix_postgres_enabled: true
|
|
|
|
|
|
|
|
matrix_postgres_connection_hostname: ""
|
|
|
|
matrix_postgres_connection_username: ""
|
|
|
|
matrix_postgres_connection_password: ""
|
|
|
|
matrix_postgres_db_name: ""
|
2019-01-12 15:53:00 +00:00
|
|
|
|
|
|
|
matrix_postgres_base_path: "{{ matrix_base_data_path }}/postgres"
|
|
|
|
matrix_postgres_data_path: "{{ matrix_postgres_base_path }}/data"
|
|
|
|
|
|
|
|
matrix_postgres_docker_image_v9: "postgres:9.6.11-alpine"
|
|
|
|
matrix_postgres_docker_image_v10: "postgres:10.6-alpine"
|
|
|
|
matrix_postgres_docker_image_v11: "postgres:11.1-alpine"
|
|
|
|
matrix_postgres_docker_image_latest: "{{ matrix_postgres_docker_image_v11 }}"
|