mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
removed vars not used any longer
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
fc0f39844b
commit
032e73348a
1 changed files with 2 additions and 13 deletions
|
|
@ -475,10 +475,7 @@ rhel9cis_firewall: firewalld
|
|||
##### firewalld
|
||||
rhel9cis_default_zone: public
|
||||
|
||||
# These are the default service add accordingly
|
||||
rhel9_firewalld_service:
|
||||
- ssh
|
||||
- dhcpv6-client
|
||||
|
||||
# These are added to demonstrate how this can be done
|
||||
rhel9cis_firewalld_ports:
|
||||
- number: 80
|
||||
|
|
@ -488,15 +485,7 @@ rhel9cis_firewalld_ports:
|
|||
rhel9cis_nft_tables_autonewtable: true
|
||||
rhel9cis_nft_tables_tablename: filter
|
||||
rhel9cis_nft_tables_autochaincreate: true
|
||||
rhel9_nftables_ports:
|
||||
- port: ssh
|
||||
protocol: tcp
|
||||
type: dport
|
||||
rule: accept
|
||||
- port: igmp
|
||||
protocol: ip
|
||||
type: protocol
|
||||
rule: accept
|
||||
|
||||
# Warning Banner Content (issue, issue.net, motd)
|
||||
rhel9cis_warning_banner: Authorized uses only. All activity may be monitored and reported.
|
||||
# End Banner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue