tripleo-common/roles/tripleo-module-load/templates/module-load.conf.j2
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

3 lines
71 B
Django/Jinja

# {{ ansible_managed }}
{{ item.name }} {{ item.params |default('') }}