--- - name: Install routing software package: name: - tinc - bird2 - iperf3 - mtr-tiny state: present - name: Include tinc tasks import_tasks: tinc.yml when: - tinc is defined - tinc.configure is defined - tinc.configure - name: Copy munin plugin copy: src: munin_bird dest: /usr/local/share/munin/plugins/bird mode: '0750' tags: - munin