public-health-ch/ansible/roles/dev-sec.os-hardening/templates/etc/modprobe.d/modprobe.j2
2018-12-17 13:50:15 +01:00

5 lines
147 B
Django/Jinja

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