A city Ansible play targets group access_switches, but the repository has no inventory or dynamic source listing those hosts. What is wrong?
Select an answer to reveal the explanation.
Short Explanation
Without a guest list, the playbook party has nowhere to go—inventory names the IOS XE hosts and how to reach them.
Full Explanation
An Ansible network workflow’s inventory (or dynamic source) lists hosts and connection details. A playbook with no inventory cannot configure “the network.” DNS magic, nearby Terraform state, or claiming only Puppet needs inventory misunderstands the constructed Ansible workflow.