1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00
ansible_role_base/vars/main.yml

58 lines
833 B
YAML
Raw Normal View History

2019-05-13 17:38:29 +02:00
---
2019-05-14 17:37:22 +02:00
base_packages:
2019-11-25 16:10:18 +01:00
- rsync
2019-05-14 17:37:22 +02:00
- 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-11-22 16:07:09 +01:00
- gdisk
2019-05-14 17:37:22 +02:00
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-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
#non_legacy_debian_packages:
- python-apt
- python3-apt
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-07-28 00:39:44 +02:00
- youtube-dl
- mpv
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-11-25 16:10:18 +01:00
playbook_version_number: 8976 # should be over ninethousand
2019-11-15 13:38:35 +01:00
playbook_version_path: 'base-packages_ffbsee_or_chaos-bodensee_github.version'