#######################################################################################################
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
#######################################################################################################
❗ 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.
None.
None.
Using ansible galaxy cli:
ansible-galaxy install manala.kernel
Using ansible galaxy requirements file:
- src: manala.kernel
None
Name | Default | Type | Description |
---|---|---|---|
manala_kernel_modules |
[] | Array | Kernel modules to enable/disable |
manala_kernel_parameters |
[] | Array | Kernel parameters to configure |
manala_kernel_parameters:
- parameter: net.ipv4.ip_nonlocal_bind
value: 1
manala_kernel_modules:
- ip_vs
- hosts: servers
roles:
- { role: manala.kernel }
MIT
Manala (http://www.manala.io/)