login_vars.yml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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.
  18. # The password must not contain -,\, ',"
  19. # Mandatory value required
  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. # Mandatory value required
  26. cobbler_password: ""
  27. ### Usage: webui_awx ###
  28. # Password used for awx UI
  29. # The Length of the password should be at least 8.
  30. # The password must not contain -,\, ',"
  31. #awx_password: ""
  32. ### Usage: network_ethernet ###
  33. # The username for ethernet switch
  34. # The username must not contain -,\, ',"
  35. ethernet_switch_username: ""
  36. # Password used for ethernet switch
  37. # The Length of the password should be at least 8.
  38. # The password must not contain -,\, ',"
  39. ethernet_switch_password: ""
  40. ### Usage: network_ib ###
  41. # The username for infiniband switch
  42. # The username must not contain -,\, ',"
  43. ib_username: ""
  44. # Password used for infiniband switch
  45. # The Length of the password should be at least 8.
  46. # The password must not contain -,\, ',"
  47. ib_password: ""
  48. ### Usage: provision_idrac ###
  49. # The username for idrac
  50. # The username must not contain -,\, ',"
  51. # Mandatory value required
  52. idrac_username: ""
  53. # Password used for idrac
  54. # The Length of the password should be at least 8.
  55. # The password must not contain -,\, ',"
  56. # Mandatory value required
  57. idrac_password: ""
  58. ### Usage: powervault_me4 ###
  59. # The username for powervault_me4
  60. # The username must not contain -,\, ',"
  61. powervault_me4_username: ""
  62. # Password used for powervault_me4
  63. # The Length of the password should be at least 8.
  64. # The password must not contain -,\, ',"
  65. powervault_me4_password: ""