diff --git a/README.md b/README.md index d9440682..52f0aeb7 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,8 +84,10 @@ 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` | | `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` |