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
sysctl__file_name: ansible
sysctl__conf_tpl: sysctl.conf.j2
sysctl__conf: []
sysctl__conf:
- name: net.ipv4.tcp_fin_timeout
value: 10
- name: vm.swappiness
value: 10
state: absent
- hosts: all
vars_files:
- vars/main.yml
roles:
- { role: sparknsh.sysctl }
MIT
This role was created in 2019 by sparknsh at Rebel Media, Inc.