Files
ansible/roles/TODO/low-priority/fail2ban/main.yml
2026-01-09 16:21:24 +01:00

9 lines
172 B
YAML

- name: Install fail2ban
ansible.builtin.apt:
name:
- fail2ban
update_cache: true
become: true
# TODO: figure out if you need to configure anything here