diff options
Diffstat (limited to 'openstack-ansible/file/modules')
-rw-r--r-- | openstack-ansible/file/modules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openstack-ansible/file/modules b/openstack-ansible/file/modules new file mode 100644 index 00000000..60a517f1 --- /dev/null +++ b/openstack-ansible/file/modules @@ -0,0 +1,8 @@ +# /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. +# Parameters can be specified after the module name. + +bonding +8021q |