Skip to content

sparknsh/ansible-role-sysctl

Repository files navigation

Ansible Role: sysctl

Version: 1.0.2

Development of this project is managed in a private repository then pushed out to GitLab and GitHub when we have a new version for you. If you have any issues please contact sparknsh

Role Variables

sysctl__file_name: ansible
sysctl__conf_tpl: sysctl.conf.j2
sysctl__conf: []

Example

sysctl__conf:
  - name: net.ipv4.tcp_fin_timeout
    value: 10
  - name: vm.swappiness
    value: 10
    state: absent

Example Playbook

- hosts: all
  vars_files:
    - vars/main.yml
  roles:
     - { role: sparknsh.sysctl }

License

MIT

Author Information

This role was created in 2019 by sparknsh at Rebel Media, Inc.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published