jasonheecs.ubuntu-fail2ban
Rol de Ansible: Fail2ban para Ubuntu
Instala y configura Fail2ban para máquinas Ubuntu.
Requisitos
Ninguno.
Instalación
ansible-galaxy install jasonheecs.ubuntu-fail2ban
Variables del Rol
Las variables disponibles se enumeran a continuación, junto con los valores predeterminados (ver defaults/main.yml):
fail2ban_loglevel: INFO
fail2ban_logtarget: /var/log/fail2ban.log
fail2ban_socket: /var/run/fail2ban/fail2ban.sock
fail2ban_ignoreip: 127.0.0.1/8
fail2ban_bantime: 600
fail2ban_maxretry: 6
fail2ban_backend: polling
fail2ban_destemail: root@localhost
fail2ban_banaction: iptables-multiport
fail2ban_mta: sendmail
fail2ban_protocol: tcp
fail2ban_chain: INPUT
fail2ban_action: action_
fail2ban_services:
- name: ssh
port: ssh
filter: sshd
logpath: /var/log/auth.log
Dependencias
Ninguna.
Ejemplo de Playbook
- hosts: all
become: yes
roles:
- { role: jasonheecs.ubuntu-fail2ban }
Licencia
MIT
Información del Autor
Instalar
ansible-galaxy install jasonheecs.ubuntu-fail2ban
Licencia
mit
Descargas
71.4k
Propietario