Signed-off-by: Andrew Schoen <aschoen@redhat.com>
- include: nagios.yml
tags:
- nagios
+
+- name: Enable kernel modules to load at boot time.
+ template:
+ src: modules
+ dest: /etc/modules
+ owner: root
+ group: root
+ mode: 0644
--- /dev/null
+# {{ ansible_managed }}
+# /etc/modules: kernel modules to load at boot time.
+#
+# This file contains the names of kernel modules that should be loaded
+# at boot time, one per line. Lines beginning with "#" are ignored.
+
+loop
+lp
+rtc
+scsi_transport_iscsi