vn-ansible/linux-config-fail2ban.yaml

13 lines
217 B
YAML
Raw Normal View History

2023-10-17 13:10:41 +00:00
---
- hosts: "{{ ip_addr }}"
become: yes
become_method: sudo
2023-10-18 12:24:17 +00:00
gather_facts: yes
2023-10-17 13:10:41 +00:00
tasks:
2023-10-19 10:14:13 +00:00
2023-10-19 12:41:37 +00:00
- name: "[CONFIG FAIL2BAN] Install and configure fail2ban service"
import_role:
name: config-fail2ban