Added building Ubuntu 20.04 template

This commit is contained in:
2024-09-22 20:13:32 +03:00
parent 36aa9106ea
commit 09aa511791
35 changed files with 629 additions and 123 deletions

View File

@ -0,0 +1,90 @@
---
debian_install_pkg_list:
- net-tools
- mc
- htop
- bash-completion
- iotop
- iftop
- bwm-ng
- sysstat
- iptraf-ng
- iperf3
- tcpdump
- scsitools
- lsscsi
- kpartx
- toilet
- figlet
- git
- apt-transport-https
- sysfsutils
- curl
- gpg
- secure-delete
- dnsutils
- rpm2cpio
- dos2unix
- telnet
- rsync
- sudo
- whois
- pv
- lsof
- tmux
- hping3
- nload
- parted
- netcat-openbsd
- wget
- ftp
- vim
- rsyslog
- iptables
- man
ubuntu_install_pkg_list:
- net-tools
- ifupdown
- mc
- htop
- bash-completion
- iotop
- iftop
- bwm-ng
- sysstat
- iptraf-ng
- iperf3
- tcpdump
- scsitools
- lsscsi
- kpartx
- toilet
- figlet
- git
- apt-transport-https
- sysfsutils
- curl
- gpg
- secure-delete
- dnsutils
- rpm2cpio
- dos2unix
- telnet
- rsync
- sudo
- whois
- pv
- lsof
- tmux
- hping3
- nload
- parted
- netcat-openbsd
- wget
- ftp
- vim
- rsyslog
- iptables
- man