weitere Aenderungen

This commit is contained in:
2021-02-25 09:37:42 +01:00
parent db70a6c417
commit 17b4ed6ef6
50 changed files with 946 additions and 4 deletions

View File

@@ -0,0 +1,34 @@
- name: system setup | utilities | install utility packages
tags: packages,system,system setup
package:
state: latest
name:
- bashtop
- curl
- exa
- htop
- iftop
- iotop
- "{{ lm_sensors_package }}"
- lsd
- lsof
- neofetch
- net-tools
- "{{ nfs_client_package }}"
- ranger
- rsync
- tmux
- traceroute
- vifm
- "{{ vim_package }}"
- wget
- name: system setup | utilities | install man-pages (arch)
tags: packages,system,settings
pacman:
state: latest
name:
- man-db
- man-pages
when: ansible_distribution == "Archlinux"