Skip to content
Snippets Groups Projects
Commit c4754dfe authored by Christian Rebischke's avatar Christian Rebischke Committed by Florian Pritz
Browse files

added modules-load conf for virtualbox

parent 9cd8d65c
No related branches found
No related tags found
No related merge requests found
# Loads all necessary virtualbox modules
vboxdrv
vboxnetadp
vboxnetflt
......@@ -12,6 +12,9 @@
- name: load virtualbox kernel modules
modprobe: name=vboxdrv,vboxnetadp,vboxnetflt state=present
- name: add modules-load config for virtualbox
copy: src=virtualbox.conf dest=/etc/modules-load.d/virtualbox.conf owner=root group=root mode=0644
- name: adjust permissions of git checkout
file: path="{{ archboxes_git_dir }}" state=directory recursive=yes owner="{{ archboxes_user }}" group="{{ archboxes_user }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment