kubeasz/roles/os-harden/templates/modprobe.j2

6 lines
147 B
Plaintext
Raw Normal View History

{{ ansible_managed | comment }}
{% for fs in os_unused_filesystems | difference(os_filesystem_whitelist) %}
install {{fs}} /bin/true
{% endfor %}