Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 615 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 615 Bytes

Linux Headers on Scaleway

Travis

apt-get install linux-headers-generic won't work on Scaleway because of their custom kernel. This is an ansible implementation of How to build a custom kernel module

Installation

ansible-galaxy install mediapop.scaleway-linux-headers

Example Playbook

- hosts: servers
  roles:
    - mediapop.scaleway-linux-headers