Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 242
What is a requirement for an Ansible-managed node?
Answer options
- A. It must have an SSH server running.
- B. It must be a Linux server or a Cisco device.
- C. It must support ad hoc commands.
- D. It must have an Ansible Tower installed.
Correct answer: A
Explanation
An Ansible-managed node must have an SSH server running to allow Ansible to connect and execute commands remotely. While it can be a Linux server or a Cisco device, those are not strict requirements for it to be managed by Ansible. Supporting ad hoc commands and having Ansible Tower installed are also not prerequisites for a node to be managed.