Skip to content

Commit

Permalink
Remove config for hosts.allow (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ro authored Nov 8, 2021
1 parent cfba750 commit 3ed2597
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,6 @@ To use other than random password:
ubuntu2004cis_root_password: 'new password'
```
### 3.4.2 | PATCH | Ensure /etc/hosts.allow is configured
```
ubuntu2004cis_host_allow:
- "10.0.0.0/255.0.0.0"
- "172.16.0.0/255.240.0.0"
- "192.168.0.0/255.255.0.0"
```
```
ubuntu2004cis_firewall: firewalld
ubuntu2004cis_firewall: iptables
Expand Down
7 changes: 0 additions & 7 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,6 @@ ubuntu2004cis_time_synchronization_servers:
# 3.3 TCP Wrappers
ubuntu2004cis_setup_tcp_wrappers: false

# 3.3.4 | PATCH | Ensure /etc/hosts.allow is configured
ubuntu2004cis_host_allow:
- "10.0.0.0/255.0.0.0"
- "172.16.0.0/255.240.0.0"
- "192.168.0.0/255.255.0.0"
- "0.0.0.0/0.0.0.0"

ubuntu2004cis_firewall: firewalld
# ubuntu2004cis_firewall: iptables
# ubuntu2004cis_firewall: ufw
Expand Down
11 changes: 0 additions & 11 deletions templates/hosts.allow.j2

This file was deleted.

0 comments on commit 3ed2597

Please sign in to comment.