Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

synthesio/infra-ansible-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel deployment for Ansible

Intro

The kernel role deploys and configures debian kernels

debian-kernel role parameters

here is the current defaults as example

kernel_config:
    debian:
        stretch:
            -
                name: 'linux-image-amd64'
                state: 'latest'
        jessie:
            -
                name: 'linux-image-4.9.0-0.bpo.2-amd64'
                default_release: 'jessie-backports'
            -
                name: 'linux-base=4.3~bpo8+1'
                default_release: 'jessie-backports'

About

Kernel deployment using Ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published