https://github.com/rolehippie/modprobe
Ansible role to load or unload kernel modules
https://github.com/rolehippie/modprobe
ansible ansible-role hacktoberfest role
Last synced: 4 months ago
JSON representation
Ansible role to load or unload kernel modules
- Host: GitHub
- URL: https://github.com/rolehippie/modprobe
- Owner: rolehippie
- License: apache-2.0
- Created: 2020-10-27T08:09:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-23T08:36:36.000Z (4 months ago)
- Last Synced: 2026-02-23T17:06:50.250Z (4 months ago)
- Topics: ansible, ansible-role, hacktoberfest, role
- Language: Nix
- Homepage:
- Size: 267 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# modprobe
[](https://github.com/rolehippie/modprobe)
[](https://github.com/rolehippie/modprobe/actions/workflows/general.yml)
[](https://github.com/rolehippie/modprobe/actions/workflows/docs.yml)
[](https://github.com/rolehippie/modprobe/actions/workflows/galaxy.yml)
[](https://github.com/rolehippie/modprobe/blob/master/LICENSE)
[](https://galaxy.ansible.com/rolehippie/modprobe)
Ansible role to load or unload kernel modules.
## Sponsor
Building and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.
## Table of contents
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [modprobe_extra](#modprobe_extra)
- [modprobe_general](#modprobe_general)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)
---
## Requirements
- Minimum Ansible version: `2.10`
## Default Variables
### modprobe_extra
List of extra modules to load
#### Default value
```YAML
modprobe_extra: []
```
### modprobe_general
List of general modules to load
#### Default value
```YAML
modprobe_general: []
```
## Discovered Tags
**_modprobe_**
## Dependencies
- [community.general](https://github.com/ansible-collections/community.general)
## License
Apache-2.0
## Author
[Thomas Boerger](https://github.com/tboerger)