Browse Source

Upload files to ''

master
AndreasNefeli 3 years ago
parent
commit
422ce371dc
  1. 3
      installAnsible.sh
  2. 3
      installHping3
  3. 2
      installOpenvpn.sh
  4. 4
      installTcpdump.sh

3
installAnsible.sh

@ -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

3
installHping3

@ -0,0 +1,3 @@
sudo apt update
sudo apt upgrade -y
sudo apt install hping3 -y

2
installOpenvpn.sh

@ -0,0 +1,2 @@
sudo apt update
sudo apt install openvpn -y

4
installTcpdump.sh

@ -0,0 +1,4 @@
sudo apt update
sudo apt upgrade -y
sudo apt install tcpdump -y
sudo apt install iptables -y
Loading…
Cancel
Save