- Which of these is NOT one of the four major connection types that Ansible uses for connecting to those network devices?
A) netconf
B) network_cli
C) local
D) netstat
E) httpapi
- True or False: The ansible_network_os variable is used by Ansible to understand the device family of the device we are going to use.
A) True
B) False
- True or False: In order to connect to an IOS router in a separate network, you need to specify the special connection variables for the host, possibly as inventory group variables.
A) True
B) False