Role kmod-batman: load kernel modules
This commit is contained in:
parent
b285305fe1
commit
2e0e474ba7
1 changed files with 8 additions and 0 deletions
|
@ -14,3 +14,11 @@
|
||||||
template:
|
template:
|
||||||
src: batman-adv.module.conf.j2
|
src: batman-adv.module.conf.j2
|
||||||
dest: /etc/modules-load.d/batman-adv.conf
|
dest: /etc/modules-load.d/batman-adv.conf
|
||||||
|
|
||||||
|
- name: load batman + dummy module
|
||||||
|
modprobe:
|
||||||
|
name: "{{ item }}"
|
||||||
|
state: present
|
||||||
|
with_items:
|
||||||
|
- batman-adv
|
||||||
|
- dummy
|
||||||
|
|
Loading…
Reference in a new issue