summaryrefslogtreecommitdiffstats
path: root/roles/openshift_openstack/tasks/node-configuration.yml
blob: 89e58d83030b745e198872a6eb2d664aa95e0f72 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- 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: hostname.yml

- include: container-storage-setup.yml

- include: node-network.yml