openqa/worker: move tap-specific packages to tap-setup
This commit is contained in:
parent
b0b7dc9b47
commit
6c3f5bbfc6
2 changed files with 8 additions and 2 deletions
|
@ -16,10 +16,8 @@
|
|||
dnf: name={{ item }} state=present
|
||||
with_items:
|
||||
- openqa-worker
|
||||
- os-autoinst-openvswitch
|
||||
- libselinux-python
|
||||
- edk2.git-ovmf-x64
|
||||
- tunctl
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
- name: Install packages
|
||||
dnf: name={{ item }} state=present
|
||||
with_items:
|
||||
- os-autoinst-openvswitch
|
||||
- tunctl
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: Enable ipv4_forward in sysctl
|
||||
sysctl: name=net.ipv4.ip_forward value=1 state=present sysctl_set=yes reload=yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue