You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `remove` role removes state from the NDFC controller and the devices managed by the NDFC controller. When the collection discovers managed state in NDFC that is not defined the the data model it gets removed by this role. For this reason this role requires the following variables to be set to `true` under the `group_vars` directory. This avoids accidental removal of configuration from NDFC that might impact the network. The `remove` role has a dependency on the `validate` role.
48
48
49
-
Inside the [example repository](https://github.com/netascode/ansible-dc-vxlan-example) under `group_vars/ndfc` is a file called `ndfc.yaml` that contains the variables:
49
+
Inside the [example repository](https://github.com/netascode/ansible-dc-vxlan-example){:target="_blank"} under `group_vars/ndfc` is a file called `ndfc.yaml` that contains the variables:
50
50
51
51
```yaml
52
52
# Control Parameters for 'Remove' role tasks in VXLAN EVPN fabric
@@ -432,10 +432,10 @@ We welcome community contributions to this collection. If you find problems, ple
432
432
433
433
## More Information
434
434
435
-
- [Cisco Nexus Dashboard and Services Deployment and Upgrade Guide](https://www.cisco.com/c/en/us/td/docs/dcn/nd/3x/deployment/cisco-nexus-dashboard-and-services-deployment-guide-321.html)
436
-
- [Cisco Nexus Dashboard Fabric Controller (NDFC) User Content for LAN Configuration Guide](https://www.cisco.com/c/en/us/td/docs/dcn/ndfc/1222/collections/ndfc-user-content-1222-lan.html)
437
-
- [Ansible User Guide](https://docs.ansible.com/ansible/latest/user_guide/index.html)
- [Cisco Nexus Dashboard and Services Deployment and Upgrade Guide](https://www.cisco.com/c/en/us/td/docs/dcn/nd/3x/deployment/cisco-nexus-dashboard-and-services-deployment-guide-321.html){:target="_blank"}
436
+
- [Cisco Nexus Dashboard Fabric Controller (NDFC) User Content for LAN Configuration Guide](https://www.cisco.com/c/en/us/td/docs/dcn/ndfc/1222/collections/ndfc-user-content-1222-lan.html){:target="_blank"}
437
+
- [Ansible User Guide](https://docs.ansible.com/ansible/latest/user_guide/index.html){:target="_blank"}
0 commit comments