multiple changes

This commit is contained in:
2020-06-23 08:47:39 -04:00
parent 7a8f957c3f
commit e87f15168a
5 changed files with 55 additions and 3 deletions

15
podhost.yml Normal file
View File

@@ -0,0 +1,15 @@
- name: K8S installed and ready
hosts: k8s
become: yes
tasks:
- name: EPEL Repo enabled
yum:
name: epel-release
state: present
- name: Setting sebool container_manage_cgroup
seboolean:
name: container_manage_cgroup
state: yes
persistent: yes