Fix(Choux): install virtalbox

This commit is contained in:
Bertrand Benjamin 2018-11-11 10:51:06 +01:00
parent 1fb153b427
commit 0432ba9ce2
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
pacman:
name:
- virtualbox
- /path/to/keys/app01.clnt.local.pub
state: present
- name: Ensure group vboxuser exists
@ -17,6 +18,11 @@
append: yes
with_items: '{{ deploy_users }}'
- name: Add the vboxdrv module
modprobe:
name: vboxdrv
state: present
- name: Add the vboxnetadp module
modprobe:
name: vboxnetadp