From 6ba63fc0b1588272ae0001ebfe70b80f62e51e70 Mon Sep 17 00:00:00 2001 From: juburnet <145139118+juburnet@users.noreply.github.com> Date: Thu, 8 May 2025 17:21:33 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9440682e..668173d0b 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ The following control variables are available in this collection. | `force_run_all` | Force all roles in the collection to run | `false` | | `interface_delete_mode` | Remove interface state as part of the remove role | `false` | | `inventory_delete_mode` | Remove inventory state as part of the remove role | `false` | +| `link_fabric_delete_mode` | Remove fabric link state as part of the remove role | `false` | | `link_vpc_delete_mode` | Remove vpc link state as part of the remove role | `false` | | `multisite_child_fabric_delete_mode` | Remove child fabric from MSD/MFD fabric as part of the remove role | `false` | | `multisite_network_delete_mode` | Remove network state as part of the remove role for multisite (MSD and MFD) fabrics | `false` | From 1ffe7eb90a0f587e2df6f0c702fa2572a36eec3e Mon Sep 17 00:00:00 2001 From: juburnet <145139118+juburnet@users.noreply.github.com> Date: Mon, 12 May 2025 08:18:26 -0400 Subject: [PATCH 2/2] Update README.md for edge_connections_delete_mode --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 668173d0b..52f0aeb78 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ The `remove` role removes state from the NDFC controller and the devices managed 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: ```yaml -# Control Parameters for 'Remove' role tasks in VXLAN EVPN fabric +# Control Parameters for 'Remove' role tasks in VXLAN EVPN, External, and ISN fabrics +edge_connections_delete_mode: false interface_delete_mode: false inventory_delete_mode: false link_fabric_delete_mode: false @@ -83,6 +84,7 @@ The following control variables are available in this collection. | Variable | Description | Default Value | | -------- | ------- | ------- | | `force_run_all` | Force all roles in the collection to run | `false` | +| `edge_connections_delete_mode` | Remove edge connections state as part of remove role | `false` | | `interface_delete_mode` | Remove interface state as part of the remove role | `false` | | `inventory_delete_mode` | Remove inventory state as part of the remove role | `false` | | `link_fabric_delete_mode` | Remove fabric link state as part of the remove role | `false` |