tinc-conf.yaml 141 B

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