mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-31 03:42:29 +03:00
Rename a bunch of playbook variables for better consistency
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
- name: Ensure Coturn image is pulled
|
||||
docker_image:
|
||||
name: "{{ docker_coturn_image }}"
|
||||
name: "{{ matrix_docker_image_coturn }}"
|
||||
|
||||
- name: Ensure Coturn configuration path exists
|
||||
file:
|
||||
@@ -39,4 +39,4 @@
|
||||
- '3478/tcp' # STUN
|
||||
- '3478/udp' # STUN
|
||||
- "{{ matrix_coturn_turn_udp_min_port }}-{{ matrix_coturn_turn_udp_max_port }}/udp" # TURN
|
||||
when: ansible_os_family == 'RedHat'
|
||||
when: ansible_os_family == 'RedHat'
|
||||
|
||||
Reference in New Issue
Block a user