main.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 control_plane_customiso
  16. # Usage: check_prerequisites.yml
  17. iso_mount_path: /mnt/{{ provision_os }}/
  18. iso_mount_check_fail_msg: "ISO file not mounted successfully. Ensure /mnt/{{ provision_os }} path is mounted with {{ provision_os }} ISO file."
  19. management_station_ip_file: "management_station_ip.txt"
  20. idrac_collections:
  21. - community.general:4.4.0
  22. - dellemc.openmanage:4.4.0
  23. iso_package: xorriso
  24. # Usage: edit_iso_config.yml
  25. tmp_iso_dir: /tmp/{{ provision_os }}/
  26. idrac_centos_ks: centos7.cfg
  27. idrac_rocky_ks: rocky8.cfg
  28. idrac_leap_ks: autoinst.xml
  29. file_permission: 0744
  30. isolinux_cfg_path: isolinux/isolinux.cfg
  31. grub_cfg_path: EFI/BOOT/grub.cfg
  32. # Usage: create_unattended_iso_rocky.yml
  33. rocky_iso_filename: unattended_rocky8.iso
  34. custom_iso_success_msg: "Unattended ISO file created successfully"
  35. custom_iso_fail_msg: "Unattended ISO file creation failed. Ensure /mnt/{{ provision_os }} path is mounted with valid {{ provision_os }} ISO file."
  36. custom_iso_success_keyword1: "ISO image produced:"
  37. custom_iso_success_keyword2: "completed successfully"
  38. # Usage: create_unattended_iso_leap.yml
  39. leap_iso_filename: unattended_leap15.iso
  40. # Usage: create_unattended_iso_centos.yml
  41. centos_iso_filename: unattended_centos7.iso