An Ansible Role that install cni-plugins on hosts.
This is role works only on linux distributions currently.
All variables are also listed in default values.
Variable | Required | Default | Description |
---|---|---|---|
cni_plugin_dir | yes | /opt/cni/bin | directory where downloaded file and plugins are stored |
cni_plugin_release_url | yes | https://github.com/containernetworking/plugins/releases/download | Release url for cni plugins |
cni_plugin_release_version | yes | v1.0.1 | Version of cni-plugins |
cni_plugin_sysctl_ignore_unknown_keys | no | false | Whether unknown keys in sysctl.conf are allowed |
ansible-galaxy install -r requirements.yml
GPLv3
- Sören Henning