Technik/Routing/Labornetz/etc/ansible/roles/tinc/tasks/main.yaml

1
2
3
4
5
6
7
8
9
10
11
12
13
---
- name: Tinc include instance variables
  include_vars: "{{ rolevarsdir_tinc }}/{{ _varsfile }}"
  when: _phase == 'stage'

- include: stage.yaml
  when: _phase == 'stage'

- include: package.yaml
  when: _phase == 'install'

- include: install.yaml
  when: _phase == 'install'