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
2020-08-28 13:41:58 +02:00

64 lines
950 B
YAML

---
# must-have packages for all systems
base__packages:
- rsync
- tmux
- sudo
- ethtool
- vim
- nmap
- wget
- git
- bash-completion
- unzip
- net-tools
- links
- gdisk
- lsof
# packages for all non-legacy x86 systems
base__modern_packages:
- tcpdump
- sysstat
- smartmontools
# debian/ubuntu packages
base__debian_packages:
- debian-goodies
- molly-guard
- mtr-tiny
- knot-dnsutils
- fio
- apt-dater-host
- apt-transport-https
- aptitude
- python3-setuptools
- python3-apt
- dnsutils
packages_for_all_except_rhel:
- ranger
- python3-pip
- python3
- htop
- iotop
- iftop
- ethstatus
- nethogs
- nload
- ncdu
- atop
- asciinema
- youtube-dl
- mpv
fedora_packages:
- mtr
- libselinux-python
- ranger
- python3-pip
- python3
playbook_version_number: 8998 # should be over ninethousand
playbook_version_path: 'base-packages_roles-ansible_github.version'