main.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. # vars file for provision
  16. # Usage: mapping_file.yml
  17. temp_host_mapping_file: "{{ role_path }}/files/new_host_mapping_file.csv"
  18. # Usage: check_prerequisite.yml
  19. cobbler_namespace: cobbler
  20. # Usage: provision_password.yml
  21. provision_encrypted_dest: ../files/
  22. login_file: "{{ role_path }}/../../input_params/login_vars.yml"
  23. base_file: "{{ role_path }}/../../input_params/base_vars.yml"
  24. login_vault_file: "{{ role_path }}/../../input_params/.login_vault_key"
  25. username: cobbler
  26. user_mode: 0644
  27. cobbler_centos_ks: centos7.ks
  28. cobbler_rocky_ks: rocky8.ks
  29. cobbler_leap_ks: leap15.xml
  30. centos_host_nic:
  31. - em1
  32. - em2
  33. - em3
  34. - em4
  35. - p4p1
  36. - p4p2
  37. - p3p1
  38. - p3p2
  39. - p2p1
  40. - p2p2
  41. - p1p2
  42. - p1p1
  43. rocky_host_nic:
  44. - eno1
  45. - eno2
  46. - eno3
  47. - eno4
  48. - ens4f0
  49. - ens4f1
  50. - ens3f0
  51. - ens3f1
  52. - ens2f0
  53. - ens2f1
  54. - ens1f0
  55. - ens1f1
  56. http_port: 8000
  57. # Usage: cobbler_image.yml
  58. cobbler_image_name: cobbler
  59. cobbler_image_tag: latest
  60. # Usage: main.yml
  61. message_skipped: "Installation Skipped: Cobbler instance is already running in your system"
  62. message_installed: "Installation Successful"
  63. # Usage: multi_cluster_provisioning.yml
  64. file_perm: '0775'
  65. # Usage: multi_cluster_provisioning.yml
  66. temp_file_perm: '0644'