QuestionQ105

Infrastructure and Automation

Question Image

Refer to the exhibit. An engineer is setting up Ansible to run playbooks against Cisco IOS XE Software. What connection type should be configured in ansible.cfg?

  • A network_cli
  • B ssh
  • C shell
  • D command
Explanation

Cisco IOS devices use Ansible’s network_cli connection plugin for CLI-based automation. SSH is the transport used by that plugin, whereas network_cli is the required Ansible connection type.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!