summaryrefslogtreecommitdiffstats
path: root/roles/openshift_openstack/tasks/node-configuration.yml
blob: 8a6a8022f1646c24dc74113559b109e093086fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- include: hostname.yml

- include: container-storage-setup.yml

- include: node-network.yml

- 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"