Rheinwerk.transparent_hugepage_setup

Transparent Hugepage Setup

This guide helps set up custom transparent_hugepage settings.

This role installs a systemd service called transparent-hugepage-setup, which you need to depend on.

Build Status

Requirements

None.

Role Variables

The main variable for this role is _transparent_hugepage_setup. It is a map that includes all the necessary configurations and settings. Check defaults/main.yml for more information.

Dependencies

None.

Example Playbook

The role uses the _transparent_hugepage_setup variable from defaults/main.yml to guide your configuration, which is then passed as a parameter.

Here's a sample of how to use the role (with variables included):

- hosts: servers
  vars:
    transparent_hugepage_setup:
      ...
  roles:
    - { role: transparent_hugepage_setup, tags: [ 'transparent_hugepage_setup' ], _transparent_hugepage_setup: "{{ transparent_hugepage_setup }}" }

License

Please refer to the LICENSE file.

Author Information

The original author is Daniel Schneller, a member of the Rheinwerk project.

Informazioni sul progetto

Sets up transparent_hugepage settings

Installa
ansible-galaxy install Rheinwerk.transparent_hugepage_setup
Licenza
gpl-3.0
Download
584
Proprietario