Skip to content

Commit

Permalink
Opened firewalld HTTP ports on report server
Browse files Browse the repository at this point in the history
Closes #177
  • Loading branch information
jce-redhat committed Nov 11, 2024
1 parent b523a48 commit 7a5501d
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 7a5501d

Please sign in to comment.