CCNA: Cisco Certified Network Associate — Question 359
Which two components are needed to create an Ansible script that configures a VLAN on a switch? (Choose two.)
Answer options
- A. playbook
- B. recipe
- C. model
- D. cookbook
- E. task
Correct answer: A, E
Explanation
The correct components to create an Ansible script for VLAN configuration are a playbook and a task. A playbook is the primary file that defines the automation process, while a task specifies the actions to be performed. The other options, such as recipe and cookbook, are associated with Chef, not Ansible.