aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml')
-rw-r--r--resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml22
1 files changed, 9 insertions, 13 deletions
diff --git a/resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml b/resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml
index b562ec1158..087b97f121 100644
--- a/resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml
+++ b/resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml
@@ -4,26 +4,22 @@
- name: Install CSIT dependencies
apt:
name:
- - 'dkms'
- - 'pkg-config'
+ - 'cpufrequtils'
+ - 'gdb'
- 'libglib2.0-dev'
- - 'autoconf'
- - 'libtool'
- - 'screen'
- 'libmbedcrypto1'
- 'libmbedtls10'
- 'libmbedx509-0'
+ - 'libnuma-dev'
+ - 'libpcap-dev'
+ - 'libpixman-1-dev'
+ - 'libtool'
- 'lxc'
- 'openjdk-8-jdk'
- - 'libpixman-1-dev'
- - 'python-cffi'
- - 'python-cffi-backend'
- - 'python3-cffi'
- - 'python3-cffi-backend'
- - 'libnuma-dev'
- - 'lzop'
- - 'lrzip'
+ - 'pkg-config'
+ - 'screen'
state: 'present'
+ cache_valid_time: 3600
install_recommends: False
tags: install-csit-dependencies