diff options
author | Peter Mikus <pmikus@cisco.com> | 2022-05-17 08:16:15 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2022-05-17 08:16:15 +0200 |
commit | 9feafea756fcdbd067fbc767ba16a8e3ecb6d6b2 (patch) | |
tree | 99c10d66dfbadfa326b66a67ebe9c055a103dc1e /fdio.infra.ansible/roles/common | |
parent | 01576b87bb54c82d76b55496aeca97e2921957fd (diff) |
infra(ansible): Jammy placeholder
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I693841cadf33d23e417374b949771ba7c3dbccd2
Diffstat (limited to 'fdio.infra.ansible/roles/common')
-rw-r--r-- | fdio.infra.ansible/roles/common/defaults/main.yaml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/fdio.infra.ansible/roles/common/defaults/main.yaml b/fdio.infra.ansible/roles/common/defaults/main.yaml index ba7129711a..5c94f58398 100644 --- a/fdio.infra.ansible/roles/common/defaults/main.yaml +++ b/fdio.infra.ansible/roles/common/defaults/main.yaml @@ -18,37 +18,37 @@ packages_base: packages_by_distro: ubuntu: - bionic: + focal: + - "bpfcc-tools" - "build-essential" + - "libbpfcc" + - "libbpfcc-dev" + - "libclang1-9" + - "libllvm9" - "libpcap-dev" - "net-tools" - - "python-all" - - "python-apt" - - "python-cffi" - - "python-cffi-backend" - - "python-dev" - - "python-pip" - - "python-setuptools" - "python3-all" - "python3-apt" + - "python3-bpfcc" - "python3-cffi" - "python3-cffi-backend" - "python3-dev" - "python3-pip" - "python3-pyelftools" - "python3-setuptools" - focal: - - "bpfcc-tools" + jammy: - "build-essential" - - "libbpfcc" - - "libbpfcc-dev" - - "libclang1-9" - - "libllvm9" - "libpcap-dev" - "net-tools" + - "python-all" + - "python-apt" + - "python-cffi" + - "python-cffi-backend" + - "python-dev" + - "python-pip" + - "python-setuptools" - "python3-all" - "python3-apt" - - "python3-bpfcc" - "python3-cffi" - "python3-cffi-backend" - "python3-dev" |