File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252- name : Build NDFC Fabric Switch Inventory List From Template
5353 ansible.builtin.import_tasks : common/ndfc_inventory.yml
5454
55+ # We need to also build an inventory list without bootstrap settings
56+ # This will be used for device removal.
57+ - name : Build NDFC Fabric Switch Inventory List From Template - No Bootstrap
58+ ansible.builtin.import_tasks : common/ndfc_inventory_no_bootstrap.yml
59+
5560# --------------------------------------------------------------------
5661# Build NDFC Fabric Breakout Interfaces List From Template
5762# --------------------------------------------------------------------
188193 policy_config : " {{ policy_config }}"
189194 sub_interface_routed : " {{ sub_interface_routed }}"
190195 updated_inv_config : " {{ updated_inv_config }}"
196+ updated_inv_config_no_bootstrap : " {{ updated_inv_config_no_bootstrap }}"
191197
192198- name : Run Diff Flags
193199 ansible.builtin.debug :
Original file line number Diff line number Diff line change 5252- name : Build NDFC Fabric Switch Inventory List From Template
5353 ansible.builtin.import_tasks : common/ndfc_inventory.yml
5454
55+ # We need to also build an inventory list without bootstrap settings
56+ # This will be used for device removal.
57+ - name : Build NDFC Fabric Switch Inventory List From Template - No Bootstrap
58+ ansible.builtin.import_tasks : common/ndfc_inventory_no_bootstrap.yml
59+
5560# --------------------------------------------------------------------
5661# Build NDFC Fabric Breakout Interfaces List From Template
5762# --------------------------------------------------------------------
189194 policy_config : " {{ policy_config }}"
190195 sub_interface_routed : " {{ sub_interface_routed }}"
191196 updated_inv_config : " {{ updated_inv_config }}"
197+ updated_inv_config_no_bootstrap : " {{ updated_inv_config_no_bootstrap }}"
192198
193199- name : Run Diff Flags
194200 ansible.builtin.debug :
You can’t perform that action at this time.
0 commit comments