openqa/worker: move tap-specific packages to tap-setup

This commit is contained in:
Adam Williamson 2016-05-05 14:15:13 -07:00
parent b0b7dc9b47
commit 6c3f5bbfc6
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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