mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
improvement for centos
This commit is contained in:
parent
0fa6d96a2e
commit
33093da640
1 changed files with 9 additions and 9 deletions
|
@ -2,22 +2,14 @@
|
||||||
base_packages:
|
base_packages:
|
||||||
- tmux
|
- tmux
|
||||||
- sudo
|
- sudo
|
||||||
- iftop
|
|
||||||
- iotop
|
|
||||||
- sysstat
|
- sysstat
|
||||||
- ethtool
|
- ethtool
|
||||||
- ethstatus
|
|
||||||
- nethogs
|
|
||||||
- nload
|
|
||||||
- ncdu
|
|
||||||
- atop
|
|
||||||
- vim
|
- vim
|
||||||
- nmap
|
- nmap
|
||||||
- wget
|
- wget
|
||||||
- git
|
- git
|
||||||
- bash-completion
|
- bash-completion
|
||||||
- unzip
|
- unzip
|
||||||
- asciinema
|
|
||||||
- net-tools
|
- net-tools
|
||||||
- links
|
- links
|
||||||
|
|
||||||
|
@ -35,6 +27,14 @@ packages_for_all_except_rhel:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3
|
- python3
|
||||||
- htop
|
- htop
|
||||||
|
- iotop
|
||||||
|
- iftop
|
||||||
|
- ethstatus
|
||||||
|
- nethogs
|
||||||
|
- nload
|
||||||
|
- ncdu
|
||||||
|
- atop
|
||||||
|
- asciinema
|
||||||
|
|
||||||
fedora_packages:
|
fedora_packages:
|
||||||
- mtr
|
- mtr
|
||||||
|
@ -43,5 +43,5 @@ fedora_packages:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3
|
- python3
|
||||||
|
|
||||||
playbook_version_number: 8951 # should be over ninethousand
|
playbook_version_number: 8952 # should be over ninethousand
|
||||||
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_or_chaos-bodensee_github.version'
|
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_or_chaos-bodensee_github.version'
|
||||||
|
|
Loading…
Reference in a new issue