self-hosting/roles/tinc/handlers/main.yml
Paul-Henri Froidmont e954247db5 Tinc setup
2018-09-18 04:00:12 +02:00

14 lines
205 B
YAML

---
- name: restart tinc
systemd:
name: "{{ item }}"
state: restarted
with_items:
- tinc
- name: reload tinc
systemd:
name: "{{ item }}"
state: reloaded
with_items:
- tinc