|
@@ -19,3 +19,7 @@ openshift_override_hostname_check: true
|
|
|
# For POCs or demo environments that are using smaller instances than
|
|
|
# the official recommended values for RAM and DISK, uncomment the line below.
|
|
|
#openshift_disable_check: disk_availability,memory_availability
|
|
|
+
|
|
|
+# NOTE(shadower): Always switch to root on the OSEv3 nodes.
|
|
|
+# openshift-ansible requires an explicit `become`.
|
|
|
+ansible_become: true
|