Files
base/tasks/packages.yml
T
Ludovic Cartier 717c98fa6c biiiiig update !
2026-02-20 15:46:38 +01:00

32 lines
476 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
- deborphan
- git-core
- htop
- iotop
- less
- locales
- net-tools
- ncdu
- python3-pip
- python3-venv
- python3-xyz
- rsync
- rsyslog
- screen
- subversion
- sudo
- telnet
- tmux
- vim