base/tasks/packages.yml

27 lines
384 B
YAML
Raw Permalink Normal View History

2024-12-16 18:09:18 +01:00
---
- 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
- ntp
- python3-pip
- rsync
- rsyslog
- screen
- subversion
- sudo
- telnet
- tmux
- vim