node-configuration.yml 301 B

1234567891011
  1. ---
  2. - include: hostname.yml
  3. - include: container-storage-setup.yml
  4. - include: node-network.yml
  5. - name: "Verify SELinux is enforcing"
  6. fail:
  7. msg: "SELinux is required for OpenShift and has been detected as '{{ ansible_selinux.config_mode }}'"
  8. when: ansible_selinux.config_mode != "enforcing"