first commit

This commit is contained in:
bzoicas
2026-03-13 11:09:33 +02:00
commit 255fd3c079
170 changed files with 8640 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
- name: system setup | utilities | install utility packages
tags: packages,system,settings
package:
state: latest
name:
- at
- colordiff
- curl
- htop
- iotop
- "{{ lm_sensors_package }}"
- lsof
- mc
- ncdu
- net-tools
- "{{ nfs_client_package }}"
- nmap
- rsync
- screen
- sshfs
- tmux
- traceroute
- "{{ vim_package }}"
- wget
- whois
- zsh
- podman
- podman-docker
- name: system setup | utilities | install man-pages (arch)
tags: packages,system,settings
pacman:
state: latest
name:
- man-db
- man-pages
when: ansible_distribution == "Archlinux"