12 lines
511 B
YAML
Raw Normal View History

2022-08-03 16:00:16 +02:00
---
# Version of the CNI plugins to install
2023-06-04 01:00:17 +02:00
cni_version: 1.3.0
2022-08-03 16:00:16 +02:00
# Archive where the pre compiled bin archive will be downloaded
cni_archive_url: https://github.com/containernetworking/plugins/releases/download/v{{ cni_version }}/cni-plugins-linux-amd64-v{{ cni_version }}.tgz
# Expected checksum of the archive
2023-06-04 01:00:17 +02:00
cni_archive_sha256: 754a71ed60a4bd08726c3af705a7d55ee3df03122b12e389fdba4bea35d7dd7e
2022-08-03 16:00:16 +02:00
# Where the plugins will be installed (binaries will be extracted in a /bin sub-directory)
cni_root_dir: /opt/cni