ansible-ffibk/roles/service-fastd-intragate/handlers/main.yml
Tobias Hachmer 3ee405bdf2 Restructure service-fastd roles
- migrate role git-fastd-peers
- add role service-fastd
- add repo clone for ffbin peers (currently hardcoded)
- add role dependency to role service-fastd-mesh +
service-fastd-intragate
- add systemd handlers
2017-10-03 20:25:17 +02:00

7 lines
144 B
YAML

---
- name: restart fastd intragate instances
systemd:
name: "fastd@{{ item.key }}igVPN"
state: restarted
with_dict: "{{ meshes }}"