8 lines
196 B
YAML
8 lines
196 B
YAML
---
|
|
- name: restart fastd mesh instances
|
|
systemd:
|
|
name: "fastd@{{ item.0.id }}VPN-{{ item.1.mtu }}"
|
|
state: restarted
|
|
with_subelements:
|
|
- "{{ meshes }}"
|
|
- fastd.nodes.instances
|