AndreasNefeli
4 years ago
4 changed files with 12 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||
apt update ; apt install ansible -y #checking for updates #installing ansible |
|||
sed -i '13i host_key_checking = False' /etc/ansible/ansible.cfg v #passing the command to ansible.cfg |
|||
apt-get install sshpass #installing sshpass |
@ -0,0 +1,3 @@ |
|||
sudo apt update |
|||
sudo apt upgrade -y |
|||
sudo apt install hping3 -y |
@ -0,0 +1,2 @@ |
|||
sudo apt update |
|||
sudo apt install openvpn -y |
@ -0,0 +1,4 @@ |
|||
sudo apt update |
|||
sudo apt upgrade -y |
|||
sudo apt install tcpdump -y |
|||
sudo apt install iptables -y |
Loading…
Reference in new issue