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/defaults/main.yml

39 lines
473 B
YAML
Raw Normal View History

---
base_packages:
- tmux
- sudo
- htop
- iftop
- iotop
- sysstat
- ethtool
- ethstatus
- nethogs
- nload
- ncdu
- atop
- vim
- nmap
- python3
- wget
- git
- bash-completion
- unzip
- python3-pip
2019-03-08 15:02:20 +01:00
- asciinema
- ranger
- net-tools
2019-03-11 15:10:31 +01:00
- links
debian_packages:
- molly-guard
- mtr-tiny
- knot-dnsutils
fedora_packages:
- mtr
2018-11-16 11:42:15 +01:00
- libselinux-python
2019-03-08 15:02:20 +01:00
2019-04-30 09:41:57 +02:00
upgrade_packages_to_latest_version: false
2019-05-13 17:38:29 +02:00
submodules_versioncheck: true