Refresh Bitwarden's Fail2ban jail on a timer

This commit is contained in:
2026-09-13 20:15:16 -04:00
parent e009974f80
commit 6763c2bc29
5 changed files with 54 additions and 0 deletions
+6
View File
@@ -41,3 +41,9 @@
become_user: "{{ bitwarden_user }}"
environment: "{{ bitwarden_env }}"
listen: rebuild_bitwarden
- name: Restart Bitwarden's Fail2ban reload timer
ansible.builtin.systemd_service:
name: "fail2ban-reload-{{ bitwarden_name }}.timer"
state: restarted
listen: reload_bitwarden_jail