diff --git a/group_vars/all.yml b/group_vars/all.yml index 046439a..8677bcb 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -38,17 +38,22 @@ security_fail2ban_enabled: false security_fail2ban_custom_configuration_template: "jail.local.j2" ### #packages -#package_list: -# - curl -# - htop -# - vim -# - bash-completion -# - apt-transport-https -# - network-manager -# - curl -# - xclip -# - net-tools -# - rsync -# - smartmontools -# - mlocate -# - parted +package_list: + - bash-completion + - htop + - apt-transport-https + - network-manager + - vim + - curl + - xclip + - net-tools + - rsync + - smartmontools + - parted + - mlocate + - cpp + - gcc + - make + - psmisc + - linux-headers-$(uname -r) + - open-vpm-tools