Skip to content

Commit

Permalink
ansible module update firewalld
Browse files Browse the repository at this point in the history
  • Loading branch information
yarick committed Feb 25, 2021
1 parent 703d684 commit fd7cf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/section3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@
- rule_3.5.4.3.3

- name: "SCORED | 3.5.4.3.4 | PATCH | Ensure default deny firewall policy | CUSTOM"
firewalld:
ansible.posix.firewalld:
state: enabled
zone: drop
permanent: true
Expand All @@ -1012,7 +1012,7 @@
- rule_3.5.4.3.4

- name: "SCORED | 3.5.4.3.5 | PATCH | Ensure firewall rules exist for all open ports | CUSTOM"
firewalld:
ansible.posix.firewalld:
service: "{{ item }}"
state: enabled
zone: drop
Expand Down

1 comment on commit fd7cf40

@yarick
Copy link
Owner Author

@yarick yarick commented on fd7cf40 Feb 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.