8 lines
205 B
YAML
8 lines
205 B
YAML
---
|
|
- name: restart fastd backbone instances
|
|
systemd:
|
|
name: "fastd@{{ item.0.id }}igvpn-{{ item.1.mtu }}"
|
|
state: restarted
|
|
with_subelements:
|
|
- "{{ meshes }}"
|
|
- fastd.backbone.instances
|