53d30c8ded
- introduce mesh subdictionary `fastd` - change fastd instance naming - change fastd network interface naming (identical with fastd instance names) - change mac address prefixes
8 lines
207 B
YAML
8 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
|