Extend vBNG PPPoE test cases functionality
[yardstick.git] / ansible / roles / install_dependencies_jumphost / tasks / RedHat.yml
1 # Copyright (c) 2017 Intel Corporation.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 ---
15 - name: Install EPEL if needed
16   action: "{{ ansible_pkg_mgr }} name=epel-release state=present"
17   when: ansible_distribution in ['RedHat', 'CentOS', 'ScientificLinux']
18
19 - name: Install core packages
20   action: "{{ ansible_pkg_mgr }} name={{ item }} state=present"
21   with_items:
22     - deltarpm
23     - wget
24     - expect
25     - curl
26     # require python2 version of libselinux-python so ansible can operate in selinux enviroment
27     - libselinux-python
28     - screen
29     - git
30     - socat
31     - sshpass
32     - qemu-kvm
33     - qemu-img
34     - kpartx
35     - libxslt-devel
36     - libffi-devel
37     - openssl-devel
38     - nginx
39     - uwsgi
40     - uwsgi-plugin-python
41     - supervisor
42     - python-setuptools
43     - libffi-devel
44     - python-devel
45     - nodejs
46     - npm
47     - gcc
48     - lsof
49     - procps
50     - bridge-utils
51     - ebtables
52     - openssl
53     - python-virtualenv
54     - ccze