|
@@ -1,4 +1,10 @@
|
|
---
|
|
---
|
|
|
|
+# NOTE(shadower): we need to do this because some of the install tasks seem to
|
|
|
|
+# ignore openshift_hostname and rely on the actual system's hostname
|
|
|
|
+- name: Update hostname to openshift_hostname
|
|
|
|
+ hostname:
|
|
|
|
+ name: "{{ openshift_hostname }}"
|
|
|
|
+
|
|
- name: "Verify SELinux is enforcing"
|
|
- name: "Verify SELinux is enforcing"
|
|
fail:
|
|
fail:
|
|
msg: "SELinux is required for OpenShift and has been detected as '{{ ansible_selinux.config_mode }}'"
|
|
msg: "SELinux is required for OpenShift and has been detected as '{{ ansible_selinux.config_mode }}'"
|