2018-08-16 23:34:33 +08:00
|
|
|
---
|
2023-07-26 22:36:22 +08:00
|
|
|
- name: Reset | check and remove devices if still present
|
2018-08-16 23:34:33 +08:00
|
|
|
include_tasks: reset_iface.yml
|
|
|
|
vars:
|
|
|
|
iface: "{{ item }}"
|
2021-04-30 23:09:59 +08:00
|
|
|
loop:
|
2018-08-16 23:34:33 +08:00
|
|
|
- cilium_host
|
|
|
|
- cilium_net
|
|
|
|
- cilium_vxlan
|