ansible-ffibk/roles/service-fastd-mesh/handlers/main.yml
Tobias Hachmer 53d30c8ded Restructure fastd configuration to define multiple instances easily
- introduce mesh subdictionary `fastd`
 - change fastd instance naming
 - change fastd network interface naming (identical with fastd instance
names)
 - change mac address prefixes
2017-10-07 00:57:35 +02:00

9 lines
195 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