Update vars files with better organization and usage separation

This commit is contained in:
2020-12-04 14:50:47 -05:00
parent 2bda08fd2f
commit 39b2e4676e
5 changed files with 143 additions and 62 deletions

52
vars/packages.yml Normal file
View File

@@ -0,0 +1,52 @@
---
omni_packages_global:
- automake
- cmake
- curl
- gcc
- gcc-c++
- git
- make
- nano
- openssl-devel
- openssh-server
- systemd-devel
- unzip
- vim
- vim-minimal
omni_packages_fedora:
- libselinux-python
- git-lfs
- readline-devel
- policycoreutils-python
- python-devel
- python-virtualenv
- python3-devel
- systemd-networkd
- systemd-resolved
omni_packages_centos_8:
- bind-utils
- bash-completion
- nc
- nfs-utils
- python3
- python3-pip
- python3-setuptools
- python3-virtualenv
- systemd-networkd
- wget
omni_packages_centos_7:
- bind-utils
- bash-completion
- nc
- nfs-utils
- python3
- python3-pip
- python3-setuptools
- python3-virtualenv
- systemd-networkd
- systemd-resolved
- wget