Rename a bunch of playbook variables for better consistency

This commit is contained in:
Slavi Pantaleev
2018-08-08 09:17:18 +03:00
parent 336785d1ed
commit 700602eed3
21 changed files with 63 additions and 47 deletions

View File

@@ -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'