Trying a whole buncha stuff

This commit is contained in:
2019-11-23 14:30:39 -05:00
parent 11771acc17
commit 62b95d4e22
24 changed files with 517 additions and 48 deletions

View File

@@ -1,9 +1,9 @@
---
- name: Install python bindings using YUM
- name: Install CentOS python bindings
become: true
yum:
dnf:
state: latest
name:
- libselinux-python
- policycoreutils-python
- python-firewall
- python3-libselinux
- python3-policycoreutils
- python3-firewall

View File

@@ -1,7 +1,7 @@
---
- name: Enable Extra Packages for Enterprise Linux
become: true
yum_repository:
dnf_repository:
name: epel
description: Extra Packages for Enterprise Linux
baseurl: https://download.fedoraproject.org/pub/epel/$releasever/$basearch/
@@ -12,12 +12,6 @@
state: present
key: https://archive.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
- name: Enable Inline with Upstream Stable
become: true
yum:
state: latest
name: https://centos7.iuscommunity.org/ius-release.rpm
- name: Disable yum subscription-manager
become: true
lineinfile: