Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-01-12 13:47:13 +00:00
parent 3321547bfa
commit dae7d03c34
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
7 changed files with 48 additions and 48 deletions

View file

@ -1,7 +1,7 @@
---
- name: "3.4.1.1 | PATCH | Ensure nftables is installed"
package:
ansible.builtin.package:
name:
- nftables
state: present
@ -38,7 +38,7 @@
- rhel9cis_firewall == 'firewalld'
- name: "3.4.1.2 | PATCH | Ensure a single firewall configuration utility is in use | {{ rhel9cis_firewall }} started and enabled"
systemd:
ansible.builtin.systemd:
name: "{{ rhel9cis_firewall }}"
enabled: true
state: started