1
0
Fork 0

Turn off iptables for now

This commit is contained in:
Andrew Tomaka 2023-05-16 18:41:39 -04:00
parent 6bc13c8d4c
commit 76c0938619
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@
name: iptables-persistent
state: present
# TURN IT OFF
- name: Turn iptables off for now
service:
name: iptables
state: stopped
enabled: no
- name: Allow all loopback traffic
iptables:
chain: INPUT

View File

@ -29,7 +29,7 @@
filter = sshd
# notify: Restart fail2ban
- name: Start fail2ban on boot
- name: Turn fail2ban off for now
service:
name: fail2ban
enabled: false