This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/sysctl_hardening/templates/99-chezlepro-hardening.conf.j2

5 lines
140 B
Django/Jinja

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