summaryrefslogtreecommitdiffstats
path: root/roles/openshift_openstack/tasks/node-configuration.yml
blob: 59df2e396d0df895e9b49b2e03f5c7c51705c2c4 (plain)
1
2
3
4
5
6
7
8
9
---
- name: "Verify SELinux is enforcing"
  fail:
    msg: "SELinux is required for OpenShift and has been detected as '{{ ansible_selinux.config_mode }}'"
  when: ansible_selinux.config_mode != "enforcing"

- include_tasks: container-storage-setup.yml

- include_tasks: node-network.yml