Files
base/tasks/packages.yml
2025-11-14 14:04:49 +01:00

29 lines
420 B
YAML

---
- name: base | install base packages
apt:
name: "{{ item }}"
update_cache: true
state: present
with_items:
- bash-completion
- bsd-mailx
- curl
- deborphan
- git-core
- htop
- iotop
- less
- locales
- needrestart
- net-tools
- ntp
- python3-pip
- rsync
- rsyslog
- screen
- subversion
- sudo
- telnet
- tmux
- vim