multiple changes
This commit is contained in:
15
podhost.yml
Normal file
15
podhost.yml
Normal 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
|
||||
Reference in New Issue
Block a user