Match the essential components of Ansible architecture to the description.

Explanation: Place the options in the following order:
| Inventories | They list the devices to be managed, including the IP addresses and connection details. |
| Modules | They are the building blocks of tasks providing specific functions like executing commands or configuring interfaces on Cisco IOS devices. |
| Playbooks | Written in YAML, they define a series of tasks to automate, such as configuring a network device. It consists of an implicit loop over the mapped hosts and tasks and defines how to iterate over them. |
Related exam: 15.8.2 Module Quiz Answers – CCNA 200-301 Exam v1.1 Supplemental Module
