manala.kernel

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

:exclamation: DEPRECATION :exclamation:

For information on how to use it, visit the collection repository.

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

Ansible Role: Kernel Build Status

:exclamation: Please report any issues and submit Pull Requests at the main Ansible Role repository :exclamation:

This role is used to set up the kernel.

It is part of the Manala Ansible stack, but can also be used on its own.

Requirements

None.

Dependencies

None.

Installation

Ansible 2+

You can install using the Ansible galaxy command line:

ansible-galaxy install manala.kernel

Or you can add it to your Ansible galaxy requirements file:

- src: manala.kernel

Role Handlers

None

Role Variables

Name Default Type Description
manala_kernel_modules [] Array Kernel modules to enable or 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 }

License

MIT

Author information

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

Informazioni sul progetto

Handle kernel modules and parameters

Installa
ansible-galaxy install manala.kernel
Licenza
Unknown
Download
5.6k
Proprietario
Manala is an open source project supported by the french web agency ELAO providing advanced ansible roles for website's infrastructures and far more.