ansible-openqa-management/templates/etc/firewalld/services/openqa-vnc.xml.j2

5 lines
148 B
Plaintext
Raw Normal View History

2023-02-18 18:45:36 +00:00
<?xml version="1.0" encoding="utf-8"?>
<service>
<port port="{{ openqa_min_vnc_port }}-{{ openqa_max_vnc_port }}" protocol="tcp"/>
</service>