Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 274
What is a capability of Ansible playbooks?
Answer options
- A. They execute scheduled tasks regularly.
- B. They define the state for a device configuration.
- C. They collect SNMP logs from networking devices.
- D. They utilize the target device agent to execute.
Correct answer: B
Explanation
The correct answer, B, is accurate because Ansible playbooks are designed to define and enforce the desired configuration state of devices. Option A is incorrect as playbooks do not inherently manage task schedules, C is wrong since playbooks do not focus on log collection, and D is incorrect because Ansible operates in an agentless manner, without utilizing agents on target devices.