9 lines
172 B
YAML
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
|