Changelog

debops-contrib.kernel_module

This project adheres to Semantic Versioning and human-readable changelog.

The current role maintainer is ypid.

debops-contrib.kernel_module v0.1.0 - unreleased

Added

  • Initial coding and design. [ypid]

Changed

  • Migrate role to DebOps Contrib as debops-contrib.kernel_module. You might need to update your inventory. This oneliner might come in handy to do this.

    git ls-files -z | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's/ypid_service_kernel_modules/debops_service_kernel_module/g;'
    

    [ypid]

  • Changed namespace from kernel_module_ to kernel_module__. kernel_module_[^_] variables are hereby deprecated and you might need to update your inventory. This oneliner might come in handy to do this.

    git ls-files -z | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's/\<(kernel_module)_([^_])/\1__\2/g;'
    

    [ypid]

  • Blacklist firewire-core and thunderbolt by default using the kernel_module__security_list variable. [ypid]

  • Blacklist also firewire-ohci to allow successful unloading of firewire-core if the modules are already loaded. [ypid]