initial commit

This commit is contained in:
Ludovic Cartier
2024-12-16 18:09:18 +01:00
parent 2bee883409
commit 948a165785
6 changed files with 75 additions and 1 deletions

26
tasks/packages.yml Normal file
View File

@@ -0,0 +1,26 @@
---
- 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