login_vars.yml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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: webui_grafana ###
  28. # The username for grafana UI
  29. # The length of username should be at least 5
  30. # The username must not contain -,\, ',"
  31. grafana_username: ""
  32. # Password used for grafana UI
  33. # The length of the password should be at least 5
  34. # The password must not contain -,\, ',"
  35. # The password should not be kept 'admin'
  36. grafana_password: ""
  37. # The directory server operations require an administrative user.
  38. # This user is referred to as the Directory Manager and has full access to the Directory for system management tasks
  39. # and will be added to the instance of directory server created for IPA.
  40. # The password must be at least 8 characters long
  41. # The password must not contain -,\, ',"
  42. ms_directory_manager_password: ""
  43. # ms_kerberos_admin_password used by IPA admin user in Rocky OS and used by 389-ds for kerberos admin password in leap OS
  44. # The IPA server requires an administrative user, named 'admin'.
  45. # This user is a regular system account used for IPA server administration
  46. ms_kerberos_admin_password: ""
  47. ### Usage: provision_idrac ###
  48. # The username for idrac
  49. # The username must not contain -,\, ',"
  50. # Required only if idrac_support: true
  51. idrac_username: ""
  52. # Password used for idrac
  53. # The password must not contain -,\, ',"
  54. # Required only if idrac_support: true
  55. idrac_password: ""
  56. ### Usage: network_ethernet ###
  57. # The username for ethernet switch
  58. # The username must not contain -,\, ',"
  59. ethernet_switch_username: ""
  60. # Password used for ethernet switch
  61. # The password must not contain -,\, ',"
  62. ethernet_switch_password: ""
  63. ### Usage: network_ib ###
  64. # The username for infiniband switch
  65. # The username must not contain -,\, ',"
  66. ib_username: ""
  67. # Password used for infiniband switch
  68. # The password must not contain -,\, ',"
  69. ib_password: ""
  70. ### Usage: powervault_me4 ###
  71. # The username for powervault_me4
  72. # The username must not contain -,\, ',"
  73. powervault_me4_username: ""
  74. # Password used for powervault_me4
  75. # The password should have atleast one uppercase character, one lowercase character,
  76. # one numeric character and one non-alphanumeric character.
  77. # The password must not contain -,\, ',", . , < , comma(,)
  78. powervault_me4_password: ""