blob: 6ab944f3ad056dd95002d19bcdc0650699d827a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
- name: Install routing software
package:
name:
- bird2
- iperf3
- mtr-tiny
state: present
- name: Copy munin plugin
copy:
src: munin_bird
dest: /usr/local/share/munin/plugins/bird
mode: '0750'
tags:
- munin
- name: Apply tinc rule
import_role:
name: tinc
|