7 lines
105 B
YAML
7 lines
105 B
YAML
---
|
|
- name: Ensure fail2ban is installed and configured
|
|
hosts: srv_1
|
|
roles:
|
|
- ../roles/fail2ban
|
|
|