Cédric Jeanneret 72dbb3cb6b Load and persist modules from the host.
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
2018-10-03 18:23:10 +00:00

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: []