

An administrator has run a multi-step Playbook. but sees the Failed status, as shown in the exhibit.
What could be causing the playbook to fail?
Correct Answer: C
The image shows a failed status for an SSH_VM_Task, which is manually triggered. Since the task involves SSH, it's likely that the IP Address SSH action has a timeout of 5 minutes, causing the playbook to fail if it cannot complete within this time frame. The IP Address SSH action is used to execute commands on a remote VM using SSH. It requires the IP address, username, password, and command to run as inputs. The timeout parameter specifies how long the action will wait for the command to finish before aborting. If the timeout is too short, the action may fail due to network latency, slow execution, or other factors. References:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6.5 Exam, page 16, section
1.3.2.2: "Playbooks"
* [Nutanix University: NCP-MCA 6.5 Exam Prep - Playbooks], video 4: "Playbooks"