ansible: Install java 1.8 on SLES nodes
[lttng-ci.git] / automation / ansible / roles / common-node / vars / SLES-15.yml
1 ---
2 common_node_patterns:
3 - base
4 - devel_basis
5
6 common_node_packages:
7 - autoconf
8 - automake
9 - bison
10 - curl
11 - flex
12 - gettext-runtime
13 - git-core
14 - java-1_8_0-openjdk-devel
15 - java-1_8_0-openjdk-headless
16 - java-11-openjdk-devel
17 - java-11-openjdk-headless
18 - jq
19 - libopenssl-devel
20 # - libtap-harness-archive-perl
21 - libtool
22 - maven
23 - openssh
24 - psmisc
25 # - python-virtualenv
26 - rsync
27 - sudo
28 # - tree
29 - vim
30
31 common_node_products:
32 # Required for sle-module-legacy
33 - sle-module-server-applications
34 # For java 1.8
35 - sle-module-legacy
This page took 0.02991 seconds and 4 git commands to generate.