config-sebool.yml 262 B

1234567891011
  1. ---
  2. - name: Enable sebool container_manage_cgroup
  3. hosts: oo_nodes_to_config
  4. gather_facts: false
  5. become: yes
  6. tasks:
  7. - name: Setting sebool container_manage_cgroup
  8. seboolean:
  9. name: container_manage_cgroup
  10. state: yes
  11. persistent: yes