mirror of
https://github.com/oVirt/ovirt-ansible-dpdk-setup.git
synced 2026-02-05 15:45:05 +01:00
The role was rewritten in order to achieve 2 primary objectives: - Pass OST CI. Code that is not tested is deemed not working. - Enable remote execution. Current codebase does not support remote execution (i.e. only localhost is supported).
11 lines
194 B
YAML
11 lines
194 B
YAML
---
|
|
- hosts: localhost
|
|
vars:
|
|
pci_drivers:
|
|
"0000:02:00.1": "vfio-pci"
|
|
"0000:02:00.2": "igb"
|
|
"0000:02:00.3": ""
|
|
configure_kernel: false
|
|
roles:
|
|
- oVirt.dpdk-setup
|