6 lines
140 B
Text
6 lines
140 B
Text
|
|
# Managed by Ansible — Set-OPS
|
||
|
|
|
||
|
|
{% for key, value in chezlepro_sysctl_hardening_values | dictsort %}
|
||
|
|
{{ key }} = {{ value }}
|
||
|
|
{% endfor %}
|