Add package installation and management role

Manages dracut patch, upgrades packages, and installs standard packages
This commit is contained in:
2019-11-16 23:19:54 -05:00
parent 1caa880cc1
commit 079e642b98
6 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
---
packages_global:
- automake
- cmake
- curl
- gcc
- gcc-c++
- git
- make
- nano
- openssl-devel
- systemd-devel
- unzip
- vim
- vim-minimal
packages_fedora:
- libselinux-python
- git-lfs
- readline-devel
- policycoreutils-python
- python-devel
- python-virtualenv
- python3-devel
packages_centos:
- bind-utils
- bash-completion
- nc
- nfs-utils
- python3
- python3-pip
- python3-setuptools
- python3-virtualenv
- wget