tinc-upload/tasks/main.yml

14 lines
225 B
YAML
Raw Normal View History

2021-01-04 22:37:23 +01:00
---
- name: Install tinc host files
synchronize:
src: fetch/
dest: /etc/tinc/{{ netname }}/hosts
compress: false
- name: Reload tinc
systemd:
name: tinc@{{netname}}
state: reloaded
enabled: true