develop #1

Merged
dtomlinson merged 20 commits from develop into master 2021-03-02 23:48:40 +00:00
Showing only changes of commit 7880fb6fed - Show all commits

45
group_vars/all/apt.yml Normal file
View File

@@ -0,0 +1,45 @@
---
packages_to_install:
- sudo
- python-apt
- git-core
- ufw
- dnsutils
- build-essential
- acl
- screen
- bash-completion
- ntp
- jq
- htop
- psmisc
- python3-pip
- vim
- netcat
- net-tools
- nmap
- lynx
- wget
- curl
- gzip
- rsync
- logrotate
- rkhunter
- cryptsetup
- dos2unix
- mlocate
- rclone
- bc
- zsh
- hddtemp
- lm-sensors
- atop
- sshfs
- reptyr
- lvm2
- parted
- rename
- glances
- gnupg
- exim4
...