mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-01 04:31:22 +00:00
483e910628
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.
5 lines
148 B
Django/Jinja
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>
|