Les fichiers geres par les roles (99-chezlepro.conf, chezlepro_filter, chezlepro-bind.conf, /etc/redis/chezlepro.conf...) et les 14 templates correspondants passent a la marque neutre du moteur 'setops' (git mv + references src/dest). Un loup ne deploie plus de fichiers marques chezlepro. Coherence src <-> template verifiee, ansible-lint 0 echec, diff vide, syntax-check des playbooks de groupes OK. READMEs laisses (exemples). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
9 lines
272 B
Django/Jinja
9 lines
272 B
Django/Jinja
# Managed by Ansible — Set-OPS
|
|
|
|
[sshd]
|
|
enabled = {{ 'true' if fail2ban_ssh_enabled | bool else 'false' }}
|
|
port = {{ fail2ban_ssh_port }}
|
|
backend = systemd
|
|
maxretry = {{ fail2ban_ssh_maxretry }}
|
|
findtime = {{ fail2ban_ssh_findtime }}
|
|
bantime = {{ fail2ban_ssh_bantime }}
|