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/tasks/main.yml

10 lines
289 B
YAML

---
- name: Déployer les paramètres sysctl de hardening
ansible.builtin.template:
src: 99-chezlepro-hardening.conf.j2
dest: /etc/sysctl.d/99-chezlepro-hardening.conf
owner: root
group: root
mode: "0644"
notify: Reload sysctl
when: sysctl_hardening_apply | bool