123456789101112131415161718192021222324252627282930 |
- ---
- idrac_input_filename: input_params/idrac_vars.yml
- firmware_update_success_msg: "firmware_update_required validated"
- firmware_update_fail_msg: "Failed. firmware_update_required accepts only true or false in idrac_vars.yml"
- poweredge_model_success_msg: "poweredge_model validated"
- poweredge_model_fail_msg: "Failed. poweredge_model is incorrect or unsupported. Please update the list with the supported models in the correct format"
- dsu_folder_dest: /root/dsu
- dsu_folder_dest_mode: 0644
- bootstrap_repo_url: https://linux.dell.com/repo/hardware/dsu/bootstrap.cgi
- dsu_rpm_url: https://linux.dell.com/repo/hardware/omnia/os_independent/x86_64/dell-omnia-system-update-1.9.2.1-21.08.00.x86_64.rpm
- dsu_rpm_file: dell-omnia-system-update-1.9.2.1-21.08.00.x86_64.rpm
|