This repository has been archived on 2020-06-05. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-fail2ban/tasks/main.yml

8 lines
188 B
YAML

- name: Copy configuration file
template:
src: 'fail2ban.local.j2'
dest: '/etc/fail2ban/fail2ban.d/sshban.local'
notify: Run service actions
tags:
- fail2ban