mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
Optimize role for rhel
This commit is contained in:
parent
8ef60e4d4a
commit
0cc7c3b793
1 changed files with 5 additions and 3 deletions
|
@ -14,12 +14,10 @@ base_packages:
|
|||
- atop
|
||||
- vim
|
||||
- nmap
|
||||
- python3
|
||||
- wget
|
||||
- git
|
||||
- bash-completion
|
||||
- unzip
|
||||
- python3-pip
|
||||
- asciinema
|
||||
- ranger
|
||||
- net-tools
|
||||
|
@ -33,10 +31,14 @@ debian_packages:
|
|||
- python-apt
|
||||
- python3-apt
|
||||
- fio
|
||||
- python3-pip
|
||||
- python3
|
||||
|
||||
fedora_packages:
|
||||
- mtr
|
||||
- python3-pip
|
||||
- python3
|
||||
- libselinux-python
|
||||
|
||||
playbook_version_number: 103
|
||||
playbook_version_number: 104
|
||||
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_github.version'
|
||||
|
|
Loading…
Reference in a new issue