feat: move to dedicated repo
This commit is contained in:
commit
4a88a5b28d
54 changed files with 1524 additions and 0 deletions
25
vars/Debian.yaml
Normal file
25
vars/Debian.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
|
||||
# default packages to install
|
||||
apt_default_packages_install:
|
||||
- "aptitude"
|
||||
- "apt-transport-https"
|
||||
- "debian-archive-keyring"
|
||||
- "btop"
|
||||
- "curl"
|
||||
- "gnupg"
|
||||
- "htop"
|
||||
- "mc"
|
||||
- "net-tools"
|
||||
- "nload"
|
||||
- "python-apt-common"
|
||||
- "software-properties-common"
|
||||
- "unattended-upgrades"
|
||||
- "ufw"
|
||||
- "unzip"
|
||||
- "vim"
|
||||
|
||||
# default packages to delete
|
||||
apt_default_packages_delete:
|
||||
- "popularity-contest"
|
||||
- "ubuntu-report"
|
||||
Loading…
Add table
Add a link
Reference in a new issue