update
This commit is contained in:
9
kubespray/roles/network_plugin/cilium/tasks/reset.yml
Normal file
9
kubespray/roles/network_plugin/cilium/tasks/reset.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: reset | check and remove devices if still present
|
||||
include_tasks: reset_iface.yml
|
||||
vars:
|
||||
iface: "{{ item }}"
|
||||
loop:
|
||||
- cilium_host
|
||||
- cilium_net
|
||||
- cilium_vxlan
|
||||
Reference in New Issue
Block a user