Rename a bunch of playbook variables for better consistency
This commit is contained in:
@ -46,9 +46,9 @@ matrix_synapse_macaroon_secret_key: ""
|
||||
matrix_synapse_registration_shared_secret: "{{ matrix_synapse_macaroon_secret_key }}"
|
||||
matrix_synapse_form_secret: "{{ matrix_synapse_macaroon_secret_key }}"
|
||||
|
||||
matrix_max_upload_size_mb: 10
|
||||
matrix_max_log_file_size_mb: 100
|
||||
matrix_max_log_files_count: 10
|
||||
matrix_synapse_max_upload_size_mb: 10
|
||||
matrix_synapse_max_log_file_size_mb: 100
|
||||
matrix_synapse_max_log_files_count: 10
|
||||
|
||||
matrix_postgres_data_path: "{{ matrix_base_data_path }}/postgres"
|
||||
matrix_nginx_proxy_data_path: "{{ matrix_base_data_path }}/nginx-proxy"
|
||||
@ -59,16 +59,16 @@ matrix_coturn_config_path: "{{ matrix_coturn_base_path }}/turnserver.conf"
|
||||
matrix_scratchpad_dir: "{{ matrix_base_data_path }}/scratchpad"
|
||||
|
||||
|
||||
docker_postgres_image_v9: "postgres:9.6.9-alpine"
|
||||
docker_postgres_image_v10: "postgres:10.4-alpine"
|
||||
docker_postgres_image_latest: "{{ docker_postgres_image_v10 }}"
|
||||
matrix_docker_image_postgres_v9: "postgres:9.6.9-alpine"
|
||||
matrix_docker_image_postgres_v10: "postgres:10.4-alpine"
|
||||
matrix_docker_image_postgres_latest: "{{ matrix_docker_image_postgres_v10 }}"
|
||||
|
||||
docker_matrix_image: "matrixdotorg/synapse:v0.33.1"
|
||||
docker_nginx_image: "nginx:1.15.2-alpine"
|
||||
docker_riot_image: "avhost/docker-matrix-riot:v0.16.0"
|
||||
docker_s3fs_image: "xueshanf/s3fs:latest"
|
||||
docker_goofys_image: "cloudproto/goofys:latest"
|
||||
docker_coturn_image: "instrumentisto/coturn:4.5.0.7"
|
||||
matrix_docker_image_synapse: "matrixdotorg/synapse:v0.33.1"
|
||||
matrix_docker_image_nginx: "nginx:1.15.2-alpine"
|
||||
matrix_docker_image_riot: "avhost/docker-matrix-riot:v0.16.0"
|
||||
matrix_docker_image_s3fs: "xueshanf/s3fs:latest"
|
||||
matrix_docker_image_goofys: "cloudproto/goofys:latest"
|
||||
matrix_docker_image_coturn: "instrumentisto/coturn:4.5.0.7"
|
||||
|
||||
# The Docker network that all services would be put into
|
||||
matrix_docker_network: "matrix"
|
||||
|
Reference in New Issue
Block a user