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

9 lines
263 B
YAML

---
- name: Déployer le hardening SSH additionnel
ansible.builtin.template:
src: 20-chezlepro-hardening.conf.j2
dest: /etc/ssh/sshd_config.d/20-chezlepro-hardening.conf
owner: root
group: root
mode: "0644"
notify: Validate and reload ssh