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
|
- atop
|
||||||
- vim
|
- vim
|
||||||
- nmap
|
- nmap
|
||||||
- python3
|
|
||||||
- wget
|
- wget
|
||||||
- git
|
- git
|
||||||
- bash-completion
|
- bash-completion
|
||||||
- unzip
|
- unzip
|
||||||
- python3-pip
|
|
||||||
- asciinema
|
- asciinema
|
||||||
- ranger
|
- ranger
|
||||||
- net-tools
|
- net-tools
|
||||||
|
@ -33,10 +31,14 @@ debian_packages:
|
||||||
- python-apt
|
- python-apt
|
||||||
- python3-apt
|
- python3-apt
|
||||||
- fio
|
- fio
|
||||||
|
- python3-pip
|
||||||
|
- python3
|
||||||
|
|
||||||
fedora_packages:
|
fedora_packages:
|
||||||
- mtr
|
- mtr
|
||||||
|
- python3-pip
|
||||||
|
- python3
|
||||||
- libselinux-python
|
- libselinux-python
|
||||||
|
|
||||||
playbook_version_number: 103
|
playbook_version_number: 104
|
||||||
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_github.version'
|
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_github.version'
|
||||||
|
|
Loading…
Reference in a new issue