Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 658 Bytes

introduction.rst

File metadata and controls

29 lines (20 loc) · 658 Bytes

Introduction

The debops-contrib.kernel_module role allows you to manage Linux kernel modules.

Features

  • Module blacklisting
  • Module loading (with optional parameters)
  • Optionally forces that a module is loaded with certain parameters by unloading it first.
  • Either make changes permanent or only to the running system. Default is permanent.

Installation

This role requires at least Ansible v2.1.3. To install it, run:

ansible-galaxy install debops-contrib.kernel_module