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