1
0
Fork 0
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:
Lilian Roller 2019-06-06 14:25:21 +02:00
parent 8ef60e4d4a
commit 0cc7c3b793
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -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'