main.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. # 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. iso_name: CentOS-7-x86_64-Minimal-2009.iso
  20. iso_fail: "Iso file not found. Download and copy the iso file to omnia/control_plane/roles/provision_cobbler/files"
  21. # Usage: provision_password.yml
  22. provision_encrypted_dest: ../files/
  23. login_file: "{{ role_path }}/../../input_params/login_vars.yml"
  24. base_file: "{{ role_path }}/../../input_params/base_vars.yml"
  25. login_vault_file: "{{ role_path }}/../../input_params/.login_vault_key"
  26. username: cobbler
  27. user_mode: 0644
  28. host_nic:
  29. - em1
  30. - em2
  31. - em3
  32. - em4
  33. - p4p1
  34. - p4p2
  35. - p3p1
  36. - p3p2
  37. - p2p1
  38. - p2p2
  39. - p1p2
  40. - p1p1
  41. # Usage: cobbler_image.yml
  42. cobbler_image_name: cobbler
  43. cobbler_image_tag: latest
  44. # Usage: main.yml
  45. message_skipped: "Installation Skipped: Cobbler instance is already running in your system"
  46. message_installed: "Installation Successful"
  47. # Usage: mount_iso.yml
  48. iso_dir_name: iso