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

52 lines
759 B
YAML
Raw Normal View History

2019-05-13 17:38:29 +02:00
---
2019-05-14 17:37:22 +02:00
base_packages:
- tmux
- sudo
2019-07-15 23:12:21 +02:00
- fail2ban
2019-05-14 17:37:22 +02:00
- sysstat
- ethtool
- vim
- nmap
- wget
- git
- bash-completion
- unzip
- net-tools
- links
2019-07-17 14:02:01 +02:00
debian_packages:
- debian-goodies
2019-05-14 17:37:22 +02:00
- molly-guard
- mtr-tiny
- knot-dnsutils
2019-05-21 11:04:11 +02:00
- python-apt
2019-05-21 17:19:30 +02:00
- python3-apt
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-06-06 14:29:53 +02:00
packages_for_all_except_rhel:
- ranger
2019-06-06 14:25:21 +02:00
- python3-pip
- python3
2019-06-17 09:30:08 +02:00
- htop
2019-06-17 09:54:49 +02:00
- iotop
- iftop
- ethstatus
- nethogs
- nload
- ncdu
- atop
- asciinema
2019-05-14 17:37:22 +02:00
fedora_packages:
- mtr
2019-06-06 14:29:53 +02:00
- libselinux-python
- ranger
2019-06-06 14:25:21 +02:00
- python3-pip
- python3
2019-05-14 17:37:22 +02:00
2019-07-17 20:57:49 +02:00
playbook_version_number: 8965 # should be over ninethousand
2019-06-06 15:37:07 +02:00
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_or_chaos-bodensee_github.version'