Files
base/tasks/packages.yml
T
2026-02-20 17:50:47 +01:00

28 lines
405 B
YAML

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