Rheinwerk.ulimits_setup

ulimits setup

This role is used to set up custom ulimit settings.

Build Status

Requirements

No specific requirements.

Role Variables

The main variable for this role is _ulimits_setup. This variable is a map that includes all the configuration settings. For more details, check defaults/main.yml.

Dependencies

No dependencies.

Example Playbook

This role uses the _ulimits_setup variable from defaults/main.yml as a template for your configuration, and you need to pass that configuration to the role.

Here's an example of how to use this role with parameters:

- hosts: servers
  vars:
    ULIMITS_SETUP:
      ...
  roles:
     - { role: ulimits_setup, tags: [ 'ulimits_setup' ], _ulimits_setup: "{{ ULIMITS_SETUP }}" }

License

See LICENSE for details.

Author Information

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

Informazioni sul progetto

Sets up ulimits in /etc/security/limits.conf and sets up the pam_limits module

Installa
ansible-galaxy install Rheinwerk.ulimits_setup
Licenza
gpl-3.0
Download
4.4k
Proprietario