linderhof/playbooks/fail2ban.yml

9 lines
130 B
YAML
Raw Permalink Normal View History

---
- name: Setup fail2ban
hosts: all
become: true
roles:
- role: fail2ban
when: enable_fail2ban | default(true)