diff --git a/roles/logdetective/tasks/main.yml b/roles/logdetective/tasks/main.yml index e7fb634b4f..6ef93aa92d 100644 --- a/roles/logdetective/tasks/main.yml +++ b/roles/logdetective/tasks/main.yml @@ -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 }}"