This commit is contained in:
bzoicas
2023-07-10 10:41:17 +03:00
commit dbb46eb92a
360 changed files with 13521 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
- name: system setup | utilities | install utility packages
tags: packages,system,settings
package:
state: latest
name:
- at
- colordiff
- curl
#- "{{ dns_utils_package}}"
- htop
- iotop
- "{{ lm_sensors_package }}"
- lsof
- mc
- ncdu
- neofetch
- net-tools
- "{{ nfs_client_package }}"
- nmap
- "{{ rename_package }}"
- rsync
- screen
- sshfs
- tmux
- terminator
- traceroute
- "{{ vim_package }}"
- wget
- whois
- zsh
- clusterssh
- conky
#- conky-manager
- redshift
- ansible
- lutris
- gftp
#- vlc
- fedora-workstation-repositories
- epel-release
- nextcloud-client
- dia
- docker-ce
- name: system setup | utilities | install man-pages (arch)
tags: packages,system,settings
pacman:
state: latest
name:
- man-db
- man-pages
when: ansible_distribution == "Archlinux"