Permissions: -rw-r--r--
---- name: Install packages apt: pkg: '{{ item }}' state: present with_items: - resiprocate-turn-server tags: [packages]- name: Allow STUN ufw: rule: allow port: 3478 tags: [ufw]...