Valid 200-901 Dumps shared by ExamDiscuss.com for Helping Passing 200-901 Exam! ExamDiscuss.com now offer the newest 200-901 exam dumps, the ExamDiscuss.com 200-901 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-901 dumps with Test Engine here:
Refer to the exhibit. A network engineer must configure new interfaces on a set of devices and is planning to use an Ansible playbook for the task. All devices support SSH and NETCONF protocol, and the interface variables are unique per device. In which directory are the YAML files including variables hosted to automate the task with the netconf_config module?
Correct Answer: B
In Ansible, when using the netconf_config module to automate configuration tasks that include unique interface variables for each device, the variables should be defined in individual YAML files within the host_vars directory. This directory contains host-specific variable files named after each host, allowing Ansible to load the appropriate variables for each device during playbook execution. References: * Ansible Documentation - Variable precedence * Cisco DevNet Associate Certification Guide