The same Ansible play must configure VLAN ids and interface names for two library sites. Where should that site-specific data live for reuse?
Select an answer to reveal the explanation.
Short Explanation
Keep the recipe the same and swap the grocery list—VLAN ids and interface names belong in vars so two sites share one play.
Full Explanation
VLAN ids, prefixes, and interface names belong in vars/group_vars or extra-vars so the same play can target multiple sites. Hard-coding every leaf in task YAML fights reuse. Webex retyping and Puppet Hiera are not the Ansible data-versus-logic pattern scored in 5.3.a.