Role which helps to manage sysctl
configuration.
---
# Example of how to use the role
- hosts: myhost
vars:
sysctl_config:
kernel.sysrq: 1
net.ipv4.tcp_syncookies: 1
roles:
- sysctl
List of variables used by the role:
# Default sysctl configuration
sysctl_config: {}
# Default sysctl.conf location
sysctl_config_location: /etc/sysctl.conf
MIT
Jiri Tyr