-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathlogin_vars.yml
More file actions
105 lines (82 loc) · 3.17 KB
/
Copy pathlogin_vars.yml
File metadata and controls
105 lines (82 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# 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 field
idrac_username: ""
# Password used for idrac
# The password must not contain -,\, ',"
# Required field
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 -,\, ',"
directory_manager_password: ""
# The IPA server requires an administrative user, named 'admin'.
# This user is a regular system account used for IPA server administration
ipa_admin_password: ""