main.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  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 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. #Usage: edit_iso_config.yml
  20. tmp_iso_dir: /tmp/iso/
  21. idrac_centos_ks: centos7.cfg
  22. idrac_rocky_ks: rocky8.cfg
  23. file_permission: 0744
  24. isolinux_cfg_path: isolinux/isolinux.cfg
  25. grub_cfg_path: EFI/BOOT/grub.cfg
  26. #Usage: create_unattended_iso.yml
  27. centos_iso_filename: unattended_centos7.iso
  28. rocky_iso_filename: unattended_rocky8.iso
  29. custom_iso_success_msg: "Unattended ISO file created successfully"
  30. custom_iso_fail_msg: "Unattended ISO file creation failed. Ensure /mnt/iso path is mounted with valid centos minimal ISO file."
  31. management_station_ip_file: "management_station_ip.txt"