Added container_manage_cgroup in order for systemd to run in pods
@@ -0,0 +1,11 @@
+---
+- name: Enable sebool container_manage_cgroup
+ hosts: oo_nodes_to_config
+ gather_facts: false
+ become: yes
+ tasks:
+ - name: Setting sebool container_manage_cgroup
+ seboolean:
+ name: container_manage_cgroup
+ state: yes
+ persistent: yes
@@ -13,6 +13,8 @@
status: "In Progress"
start: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}"
+- import_playbook: config-sebool.yml
+
- name: Setup CFME
hosts: oo_first_master
pre_tasks: