Add matrix_docker_package_name

This commit is contained in:
Dan Arnfield
2019-11-18 11:29:14 -06:00
parent 80cfb2a93e
commit 960088752c
4 changed files with 16 additions and 18 deletions

View File

@ -42,10 +42,14 @@ matrix_docker_network: "matrix"
# matrix domain (`matrix_server_fqn_matrix`).
matrix_well_known_matrix_server_enabled: true
# Controls whether docker is automatically installed.
# If you change this to false you must install and update docker manually.
# Controls whether Docker is automatically installed.
# If you change this to false you must install and update Docker manually.
matrix_docker_installation_enabled: true
# Controls the Docker package that is installed.
# Possible values are "docker-ce" (default) and "docker.io" (Debian).
matrix_docker_package_name: docker-ce
# Variables to Control which parts of our roles run.
run_postgres_import: true
run_postgres_upgrade: true