knot: rewrite role
This commit is contained in:
7
roles/knot/vars/RedHat.yaml
Normal file
7
roles/knot/vars/RedHat.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
knot_package_name: knot
|
||||
knot_packages:
|
||||
- "{{ knot_package_name + '-' + knot_version if (knot_version is defined and (knot_version != '*' and knot_version != '' and knot_version != 'latest')) else knot_package_name }}"
|
||||
- "{{ knot_package_name + '-' + 'tools' + '-' + knot_version if (knot_version is defined and (knot_version != '*' and knot_version != '' and knot_version != 'latest')) else knot_package_name }}"
|
||||
knot_deps_packages:
|
||||
- xdp-tools
|
||||
- bpftool
|
1
roles/knot/vars/main.yaml
Normal file
1
roles/knot/vars/main.yaml
Normal file
@ -0,0 +1 @@
|
||||
---
|
Reference in New Issue
Block a user