# Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
#
#  Licensed under the Apache License, Version 2.0 (the "License");
#  you may not use this file except in compliance with the License.
#  You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
#  Unless required by applicable law or agreed to in writing, software
#  distributed under the License is distributed on an "AS IS" BASIS,
#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#  See the License for the specific language governing permissions and
#  limitations under the License.
---

### Usage: provision_cobbler, provison_idrac ###

# Password used while deploying OS on bare metal servers.
# The Length of the password should be at least 8 characters.
# The password must not contain -,\, ',"
# Required field
provision_password: ""

### Usage: provision_cobbler ###

# Password used for cobbler
# The Length of the password should be at least 8.
# The password must not contain -,\, ',"
# Required field
cobbler_password: ""

### Usage: provision_idrac ###

# The username for idrac
# The username must not contain -,\, ',"
# Required only if idrac_support: true
idrac_username: ""

# Password used for idrac
# The password must not contain -,\, ',"
# Required only if idrac_support: true
idrac_password: ""

### Usage: webui_awx ###

# Password used for awx UI
# The Length of the password should be at least 8.
# The password must not contain -,\, ',"
#awx_password: ""

### Usage: webui_grafana ###

# The username for grafana UI
# The length of username should be at least 5
# The username must not contain -,\, ',"
grafana_username: ""

# Password used for grafana UI
# The length of the password should be at least 5
# The password must not contain -,\, ',"
# The password should not be kept 'admin'
grafana_password: ""

### Usage: network_ethernet ###

# The username for ethernet switch
# The username must not contain -,\, ',"
ethernet_switch_username: ""

# Password used for ethernet switch
# The password must not contain -,\, ',"
ethernet_switch_password: ""

### Usage: network_ib ###

# The username for infiniband switch
# The username must not contain -,\, ',"
ib_username: ""

# Password used for infiniband switch
# The password must not contain -,\, ',"
ib_password: ""

### Usage: powervault_me4 ###

# The username for powervault_me4
# The username must not contain -,\, ',"
powervault_me4_username: ""

# Password used for powervault_me4
# The password should have atleast one uppercase character, one lowercase character,
# one numeric character and one non-alphanumeric character.
# The password must not contain -,\, ',", . , < , comma(,)
powervault_me4_password: ""

# The directory server operations require an administrative user.
# This user is referred to as the Directory Manager and has full access to the Directory for system management tasks
# and will be added to the instance of directory server created for IPA.
# The password must be at least 8 characters long
# The password must not contain -,\, ',"
ms_directory_manager_password: ""

# The IPA server requires an administrative user, named 'admin'.
# This user is a regular system account used for IPA server administration
ms_ipa_admin_password: ""