aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/install_image_dependencies/defaults/main.yml
blob: 7a3f5fa7ec66aab27486241e63bb46535927c145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
pkg_mgr_retries: 3
epel_rpm_el7: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

install_dependencies:
  Debian:
    - bc
    - fio
    - git
    - gcc
    - iperf3
    - ethtool
    - iproute2
    - linux-tools-common
    - linux-tools-generic
    - make
    - patch
    - perl
    - rt-tests
    - stress
    - sysstat
    - unzip
    - netperf
    - bonnie++
    - lmbench
    # for Trex
    - libpython2.7-dev
    # for IxLoad
    - libxft-dev
    - libxss-dev
    - expect
  RedHat:
    - bc
    - fio
    - git
    - gcc
    - iperf3
    - ethtool
    - iproute
    - perf
    - kernel-tools
    - lmbench
    - make
    - netperf
    - patch
    - perl
    - rt-tests
    - stress
    - sysstat
    - unzip
    - python-devel