main.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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/iso/
  18. iso_mount_check_fail_msg: "ISO file not mounted. Ensure /mnt/iso path is mounted with {{ provision_os }} ISO file."
  19. management_station_ip_file: "management_station_ip.txt"
  20. #Usage: edit_iso_config.yml
  21. tmp_iso_dir: /tmp/{{ provision_os }}/
  22. idrac_centos_ks: centos7.cfg
  23. idrac_rocky_ks: rocky8.cfg
  24. idrac_leap_ks: autoinst.xml
  25. file_permission: 0744
  26. isolinux_cfg_path: isolinux/isolinux.cfg
  27. grub_cfg_path: EFI/BOOT/grub.cfg
  28. #Usage: create_unattended_iso.yml
  29. centos_iso_filename: unattended_centos7.iso
  30. rocky_iso_filename: unattended_rocky8.iso
  31. leap_iso_filename: unattended_leap15.iso
  32. custom_iso_success_msg: "Unattended ISO file created successfully"
  33. custom_iso_fail_msg: "Unattended ISO file creation failed. Ensure /mnt/iso path is mounted with valid centos minimal ISO file."
  34. custom_iso_success_keyword1: "ISO image produced:"
  35. custom_iso_success_keyword2: "completed successfully"