Wire matrix_container_images_self_build to self_build variables via group_vars/matrix_servers
This keeps the roles cleaner and more independent of matrix-base, which may be important for people building their own playbook out of the individual roles and not using the matrix-base role.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
matrix_coturn_enabled: true
|
||||
matrix_coturn_self_build: "{{ matrix_container_images_self_build }}"
|
||||
|
||||
matrix_coturn_self_build: false
|
||||
|
||||
matrix_coturn_docker_image: "instrumentisto/coturn:4.5.1.1"
|
||||
matrix_coturn_docker_image_force_pull: "{{ matrix_coturn_docker_image.endswith(':latest') }}"
|
||||
|
Reference in New Issue
Block a user