1
0
mirror of https://github.com/oVirt/ovirt-ansible-dpdk-setup.git synced 2026-02-05 15:45:05 +01:00
Files
ovirt-ansible-dpdk-setup/examples/deploy-ovsdpdk.yml
Leon Goldberg 4cff2c2377 Rewriting of the role.
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).
2018-07-17 15:49:02 +03:00

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