From 49760449d0718824fd64faa466d661e6e16c3b8a Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 4 Apr 2022 15:15:54 +0100 Subject: [PATCH] netwokr protocol template Signed-off-by: Mark Bolwell --- templates/etc/modprobe.d/modprobe.conf.j2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/etc/modprobe.d/modprobe.conf.j2 diff --git a/templates/etc/modprobe.d/modprobe.conf.j2 b/templates/etc/modprobe.d/modprobe.conf.j2 new file mode 100644 index 0000000..1a1a48d --- /dev/null +++ b/templates/etc/modprobe.d/modprobe.conf.j2 @@ -0,0 +1,5 @@ +# Disable usage of protocol {{ item }} +# Set by ansible {{ benchmark }} remediation role +# https://github.com/ansible-lockdown + +install {{ item }} /bin/true \ No newline at end of file