Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Latest commit

 

History

History
79 lines (48 loc) · 2.01 KB

README.md

File metadata and controls

79 lines (48 loc) · 2.01 KB

#######################################################################################################

❗ DEPRECATION ❗

This repository and the role associated are deprecated in favor of the Manala Ansible Collection

You will find informations on its usage on the collection repository

#######################################################################################################

Ansible Role: Kernel Build Status

Report issues and send Pull Requests in the main Ansible Role repository

This role will assume the setup of kernel.

It's part of the Manala Ansible stack but can be used as a stand alone component.

Requirements

None.

Dependencies

None.

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install manala.kernel

Using ansible galaxy requirements file:

- src: manala.kernel

Role Handlers

None

Role Variables

Name Default Type Description
manala_kernel_modules [] Array Kernel modules to enable/disable
manala_kernel_parameters [] Array Kernel parameters to configure

Configuration example

manala_kernel_parameters:
  - parameter: net.ipv4.ip_nonlocal_bind
    value: 1

manala_kernel_modules:
  - ip_vs

Example playbook

- hosts: servers
  roles:
    - { role: manala.kernel }

Licence

MIT

Author information

Manala (http://www.manala.io/)