mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Opening 8090 port for communication with packit interface server
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user