login_vars.yml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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: ""
  66. # Username for Dockerhub account
  67. # This will be used for Docker login
  68. # This value is optional but suggested to avoid docker pull limit issues
  69. docker_username: ""
  70. # Password for Dockerhub account
  71. # This will be used for Docker login
  72. # This value is mandatory if docker username is provided
  73. docker_password: ""