mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-12 18:40:03 -03:30
10 lines
195 B
YAML
10 lines
195 B
YAML
---
|
|
- 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
|