1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_packages.git synced 2024-08-16 10:19:51 +02:00
ansible_role_packages/vars/main.yml

67 lines
1 KiB
YAML
Raw Normal View History

2019-05-13 17:38:29 +02:00
---
2020-08-28 13:32:16 +02:00
# must-have packages for all systems
base__packages:
2019-11-25 16:10:18 +01:00
- rsync
2019-05-14 17:37:22 +02:00
- tmux
- sudo
- ethtool
- vim
- nmap
- wget
- git
- bash-completion
- unzip
- net-tools
2019-11-22 16:07:09 +01:00
- gdisk
2020-05-15 14:42:36 +02:00
- lsof
2021-09-04 23:03:09 +02:00
- pwgen
2019-05-14 17:37:22 +02:00
2020-08-28 13:32:16 +02:00
# packages for all non-legacy x86 systems
base__modern_packages:
2019-11-28 16:39:18 +01:00
- tcpdump
- sysstat
2021-02-10 15:30:05 +01:00
# - smartmontools
2019-11-28 16:39:18 +01:00
2020-08-28 13:41:58 +02:00
# debian/ubuntu packages
base__debian_packages:
2019-07-17 14:02:01 +02:00
- debian-goodies
2019-05-14 17:37:22 +02:00
- molly-guard
- mtr-tiny
- knot-dnsutils
2019-05-28 15:53:09 +02:00
- fio
2019-07-15 23:12:21 +02:00
- apt-dater-host
- apt-transport-https
2019-07-17 14:02:01 +02:00
- aptitude
2019-07-20 23:43:05 +02:00
- python3-setuptools
2019-11-12 17:31:27 +01:00
- python3-apt
2020-08-28 14:42:21 +02:00
- ethstatus
2019-06-06 14:29:53 +02:00
2020-08-29 15:00:05 +02:00
# modern python packages where python stands for python3
base__python_packages:
- python-pip
- python
# modern python packages
base__python3_packages:
- python3-pip
- python3
# packages for reasonable linux servers (not RHEL/Centos)
base__linux_packages:
2020-08-28 14:12:31 +02:00
- links
2019-06-06 14:29:53 +02:00
- ranger
2019-06-17 09:30:08 +02:00
- htop
2019-06-17 09:54:49 +02:00
- iotop
- iftop
- nethogs
- nload
- ncdu
- atop
- asciinema
2019-07-28 00:39:44 +02:00
- youtube-dl
2020-12-17 17:19:54 +01:00
- bzip2
2021-02-10 14:46:06 +01:00
- jq
2020-08-29 15:00:05 +02:00
2022-03-07 12:08:33 +01:00
playbook_version_number: 9018
2020-06-04 18:12:25 +02:00
playbook_version_path: 'base-packages_roles-ansible_github.version'