buluma.modprobe

Ansible Role: modprobe

This role is used to load modules.

GitHub Version Issues Pull Requests Downloads
github Version Issues PullRequests Ansible Role

Example Playbook

Here’s an example playbook from molecule/default/converge.yml that is tested with each code change.

---
- name: Converge
  hosts: all
  become: yes
  gather_facts: yes

  roles:
    - role: buluma.modprobe

Make sure your machine is prepared first. In CI, this is done with molecule/default/prepare.yml:

---
- name: Prepare
  hosts: all
  become: yes
  gather_facts: no

  roles:
    - role: buluma.bootstrap

For a complete guide, visit this page.

Role Variables

Defaults for the variables can be found in defaults/main.yml:

---
# defaults file for modprobe

# You can specify a list of modules to load here. For example:
# modprobe_modules:
#   - br_netfilter
modprobe_modules: []

Requirements

State of Used Roles

The roles listed below prepare the system, but you can use other methods if you prefer.

Requirement GitHub Version
buluma.bootstrap Ansible Molecule Version

Context

This role works with many other roles. Check out the documentation of these roles for more details.

Here’s a picture showing related roles:

dependencies

Compatibility

This role has been tested with the following container images:

Container Tags
Alpine all
Amazon Candidate
EL 8
Debian all
Fedora all
opensuse all
Ubuntu all
Kali all

The minimum required Ansible version is 2.12, and tests have been conducted for:

  • The previous version.
  • The current version.
  • The development version.

If you encounter any issues, please report them on GitHub.

Changelog

You can check the Role History for updates.

License

This role is licensed under the Apache-2.0.

Author Information

This role was created by Shadow Walker.

Informazioni sul progetto

Load modules.

Installa
ansible-galaxy install buluma.modprobe
Licenza
apache-2.0
Download
8.2k
Proprietario
DevOps Engineer