diff --git a/bootstrap.sh b/bootstrap.sh index 77168ec..d7a7885 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 diff --git a/tasks/setup_iptables.yml b/tasks/setup_iptables.yml index 433731f..b6a297e 100644 --- a/tasks/setup_iptables.yml +++ b/tasks/setup_iptables.yml @@ -11,7 +11,7 @@ jump: ACCEPT destination_ports: - "22" - - "8081" + - "443" - "80" - name: Set INPUT policy to DROP