Skip to content

Commit

Permalink
Resolved firewalld issue on patch report server (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
jce-redhat authored Nov 11, 2024
1 parent b523a48 commit 90d28aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions linux/patching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@
name: firewalld
state: started

- name: Enable firewall http service
ansible.posix.firewalld:
service: '{{ item }}'
state: enabled
immediate: true
permanent: true
loop:
- http
- https

- name: Build report server
ansible.builtin.include_role:
name: "{{ item }}"
Expand Down

0 comments on commit 90d28aa

Please sign in to comment.