CCNA: Cisco Certified Network Associate — Question 1169
Which protocol does Ansible use to push modules to nodes in a network?
Answer options
- A. Telnet
- B. Kerberos
- C. SNMP
- D. SSH
Correct answer: D
Explanation
The correct answer is D, SSH, as Ansible primarily relies on SSH to communicate with remote nodes and push modules. Options A (Telnet), B (Kerberos), and C (SNMP) are not used by Ansible for module deployment, as they either lack secure communication or are not designed for this purpose.