login_vars.yml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. # Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. ---
  15. ### Usage: provision_cobbler, provison_idrac ###
  16. # Password used while deploying OS on bare metal servers.
  17. # The Length of the password should be at least 8 characters.
  18. # The password must not contain -,\, ',"
  19. # Required field
  20. provision_password: ""
  21. ### Usage: provision_cobbler ###
  22. # Password used for cobbler
  23. # The Length of the password should be at least 8.
  24. # The password must not contain -,\, ',"
  25. # Required field
  26. cobbler_password: ""
  27. ### Usage: provision_idrac ###
  28. # The username for idrac
  29. # The username must not contain -,\, ',"
  30. # Required only if idrac_support: true
  31. idrac_username: ""
  32. # Password used for idrac
  33. # The password must not contain -,\, ',"
  34. # Required only if idrac_support: true
  35. idrac_password: ""
  36. ### Usage: webui_awx ###
  37. # Password used for awx UI
  38. # The Length of the password should be at least 8.
  39. # The password must not contain -,\, ',"
  40. #awx_password: ""
  41. ### Usage: webui_grafana ###
  42. # The username for grafana UI
  43. # The length of username should be at least 5
  44. # The username must not contain -,\, ',"
  45. grafana_username: ""
  46. # Password used for grafana UI
  47. # The length of the password should be at least 5
  48. # The password must not contain -,\, ',"
  49. # The password should not be kept 'admin'
  50. grafana_password: ""
  51. ### Usage: network_ethernet ###
  52. # The username for ethernet switch
  53. # The username must not contain -,\, ',"
  54. ethernet_switch_username: ""
  55. # Password used for ethernet switch
  56. # The password must not contain -,\, ',"
  57. ethernet_switch_password: ""
  58. ### Usage: network_ib ###
  59. # The username for infiniband switch
  60. # The username must not contain -,\, ',"
  61. ib_username: ""
  62. # Password used for infiniband switch
  63. # The password must not contain -,\, ',"
  64. ib_password: ""
  65. ### Usage: powervault_me4 ###
  66. # The username for powervault_me4
  67. # The username must not contain -,\, ',"
  68. powervault_me4_username: ""
  69. # Password used for powervault_me4
  70. # The password should have atleast one uppercase character, one lowercase character,
  71. # one numeric character and one non-alphanumeric character.
  72. # The password must not contain -,\, ',", . , < , comma(,)
  73. powervault_me4_password: ""
  74. # The directory server operations require an administrative user.
  75. # This user is referred to as the Directory Manager and has full access to the Directory for system management tasks
  76. # and will be added to the instance of directory server created for IPA.
  77. # The password must be at least 8 characters long
  78. # The password must not contain -,\, ',"
  79. ms_directory_manager_password: ""
  80. # The IPA server requires an administrative user, named 'admin'.
  81. # This user is a regular system account used for IPA server administration
  82. ms_ipa_admin_password: ""