
This reusable ansible role will be used in tripleo-heat-templates in order to load known kernel modules such as ip_vs, iscsi and some other that are for now loaded from within the containers. Change-Id: Ic9076a0a1a8e1360495dcf0eb766118ec63dc362
8 lines
166 B
YAML
8 lines
166 B
YAML
---
|
|
# Module name as a list of hashes:
|
|
# modules:
|
|
# - { name: foo, params: 'bar baz' }
|
|
# - { name: starwars }
|
|
# - { name: starwars, state: absent }
|
|
modules: []
|