Git Product home page Git Product logo

ansible-role-sysctl's Introduction

Ansible Role: aisbergg.sysctl

This Ansible role configures the Linux kernel parameters.

Requirements

None.

Role parameters

Variable Default Comments
sysctl_conf {} Dictionary of kernel parameters (key-value pairs) to save into /etc/sysctl.conf
sysctl_d_clear false Remove any left over configuration files from /etc/sysctl.d/, that are not defined using this role.
sysctl_d_clear_whitelist [] When using sysctl_d_clear the files listed on the whitelist will not be deleted.
sysctl_d [] List of kernel configuration files to go in /etc/sysctl.d/
sysctl_d.file
required
File name (without extension)
sysctl_d.order 00 File order as a two-digit number
sysctl_d.parameters {} Dictionary of kernel parameters (key-value pairs)

Example Playbook

- hosts: all
  vars:
    sysctl_conf:
      vm.dirty_ratio: 20
      vm.dirty_background_ratio: 15
    sysctl_d_clear: true
    sysctl_d_clear_whitelist:
      - "99-foo.conf"
    sysctl_d:
      # creates a file '10-network.conf'
      - file: network
        order: 10
        parameters:
          net.ipv4.tcp_syncookies: true
          net.ipv4.ip_forward: false
      # creates a file '20-security.conf'
      - file: security
        order: 20
        parameters:
          kernel.dmesg_restrict: true
  roles:
    - aisbergg.sysctl

License

MIT

Author Information

Andre Lehmann ([email protected])

ansible-role-sysctl's People

Contributors

aisbergg avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.