Fix(Choux): install virtalbox
This commit is contained in:
parent
1fb153b427
commit
0432ba9ce2
@ -3,6 +3,7 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name:
|
name:
|
||||||
- virtualbox
|
- virtualbox
|
||||||
|
- /path/to/keys/app01.clnt.local.pub
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Ensure group vboxuser exists
|
- name: Ensure group vboxuser exists
|
||||||
@ -17,6 +18,11 @@
|
|||||||
append: yes
|
append: yes
|
||||||
with_items: '{{ deploy_users }}'
|
with_items: '{{ deploy_users }}'
|
||||||
|
|
||||||
|
- name: Add the vboxdrv module
|
||||||
|
modprobe:
|
||||||
|
name: vboxdrv
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Add the vboxnetadp module
|
- name: Add the vboxnetadp module
|
||||||
modprobe:
|
modprobe:
|
||||||
name: vboxnetadp
|
name: vboxnetadp
|
||||||
|
Loading…
Reference in New Issue
Block a user