login_vars.yml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # Copyright 2021 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 field
  31. idrac_username: ""
  32. # Password used for idrac
  33. # The password must not contain -,\, ',"
  34. # Required field
  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: network_ethernet ###
  42. # The username for ethernet switch
  43. # The username must not contain -,\, ',"
  44. ethernet_switch_username: ""
  45. # Password used for ethernet switch
  46. # The password must not contain -,\, ',"
  47. ethernet_switch_password: ""
  48. ### Usage: network_ib ###
  49. # The username for infiniband switch
  50. # The username must not contain -,\, ',"
  51. ib_username: ""
  52. # Password used for infiniband switch
  53. # The password must not contain -,\, ',"
  54. ib_password: ""
  55. ### Usage: powervault_me4 ###
  56. # The username for powervault_me4
  57. # The username must not contain -,\, ',"
  58. powervault_me4_username: ""
  59. # Password used for powervault_me4
  60. # The password should have atleast one uppercase character, one lowercase character,
  61. # one numeric character and one non-alphanumeric character.
  62. # The password must not contain -,\, ',", . , < , comma(,)
  63. powervault_me4_password: ""