Technik/Routing/Labornetz/etc/ansible/roles/tinc/tasks/tinc-up.yaml

1
2
3
4
5
6
7
---
- name: Tinc tinc-up
  template:
    src: "tinc-up.j2"
    dest: "{{ _destdir }}/tinc-up"
    mode: 0750
  delegate_to: localhost