Fix iptables config

This commit is contained in:
2024-07-23 13:56:51 +02:00
parent 4269908f8f
commit 4609a4e033
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ sudo apt install python3-passlib sshpass
pipx inject ansible passlib
# Make sure git & git-lfs are installed and configured
sudo apt install git git-lfs
sudo apt install git git-lfs -y
git lfs install
# Clone ansible_playbooks repo

View File

@@ -11,7 +11,7 @@
jump: ACCEPT
destination_ports:
- "22"
- "8081"
- "443"
- "80"
- name: Set INPUT policy to DROP