netascode / ansible-dc-vxlan

Ansible Collection for configuring a VXLAN Fabric using Direct to Controller (DTC) or Direct To Device (DTD) workflows.
https://galaxy.ansible.com/ui/repo/published/cisco/nac_dc_vxlan/
MIT License
6 stars 6 forks source link

Tasks that are not run against NDFC should be delegated to the localhost #127

Closed dsx1123 closed 2 months ago

dsx1123 commented 2 months ago

As the hosts is NDFC, task will use connection plugin to login to NDFC first before each task which will slow down the process. Please check all the tasks to make sure all tasks that should be run locally are delegated to the localhost.

mikewiebe commented 2 months ago

Addressed by https://github.com/netascode/ansible-dc-vxlan/pull/126