mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-11 11:27:39 -02:30
Reset tasks specific to a network_plugin moved inside its role directory + Reset tasks specific to cilium
This commit is contained in:
9
roles/network_plugin/cilium/tasks/reset.yml
Normal file
9
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 }}"
|
||||
with_items:
|
||||
- cilium_host
|
||||
- cilium_net
|
||||
- cilium_vxlan
|
||||
Reference in New Issue
Block a user