|
@@ -14,12 +14,12 @@
|
|
|
---
|
|
|
|
|
|
# Password used while deploying OS on bare metal servers and for Cobbler UI.
|
|
|
-# The Length of the password should be atleast 8.
|
|
|
+# The Length of the password should be at least 8.
|
|
|
# The password must not contain -,\, ',"
|
|
|
provision_password: "omnia@123"
|
|
|
|
|
|
# Password used for the AWX UI.
|
|
|
-# The Length of the password should be atleast 8.
|
|
|
+# The Length of the password should be at least 8.
|
|
|
# The password must not contain -,\, ',"
|
|
|
awx_password: "omnia@123"
|
|
|
|
|
@@ -46,4 +46,4 @@ mapping_file_path: ""
|
|
|
# The dhcp range for assigning the IPv4 address to the baremetal nodes.
|
|
|
# Example: 10.1.23.1
|
|
|
dhcp_start_ip_range: "172.17.0.10"
|
|
|
-dhcp_end_ip_range: "172.17.0.100"
|
|
|
+dhcp_end_ip_range: "172.17.0.100"
|