summaryrefslogtreecommitdiff
path: root/roles/tinc/tasks/main.yml
blob: 4cfc7cdd8166ab5ce7f5f6de0098153be36d6f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: Install routing software
  package:
    name:
      - tinc
    state: present
- name: Include tinc tasks
  import_tasks: tinc.yml
  when:
    - tinc is defined
    - tinc.configure is defined
    - tinc.configure