mono-infrastructure/ansible/playbooks/templates/etc/firewalld/services/openqa-vnc.xml.j2
Russ Butler 483e910628
Create openqa-vnc service to prevent conflict (#14999)
Create a firewalld service to open the ports for VNC traffic. This
prevents ansible from creating an invalid firewalld configuration and
bringing down networking on Fedora 34 workstation due to overlapping
ports.
2021-10-26 23:31:41 -04:00

5 lines
148 B
Django/Jinja

<?xml version="1.0" encoding="utf-8"?>
<service>
<port port="{{ openqa_min_vnc_port }}-{{ openqa_max_vnc_port }}" protocol="tcp"/>
</service>