Opening 8090 port for communication with packit interface server

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
This commit is contained in:
Jiri Podivin
2026-02-04 12:51:23 +01:00
parent 24ea94601d
commit 34eaee695e

View File

@@ -122,6 +122,12 @@
permanent: true
state: enabled
- name: Allow accessing 8090 from the outside for Packit Interface
ansible.posix.firewalld:
port: 8090/tcp
permanent: true
state: enabled
- name: Allow HTTP and HTTPS in firewall
ansible.posix.firewalld:
service: "{{ item }}"