chore: add oefenweb.fail2ban role
This commit is contained in:
parent
8a9865f5e8
commit
49ab6ab653
9
main.yml
9
main.yml
@ -16,6 +16,15 @@
|
|||||||
- hosts: cloud
|
- hosts: cloud
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
|
- role: oefenweb.fail2ban
|
||||||
|
vars:
|
||||||
|
fail2ban_services:
|
||||||
|
- name: sshd
|
||||||
|
port: 22
|
||||||
|
maxretry: 3
|
||||||
|
bantime: -1
|
||||||
|
tags: fail2ban
|
||||||
|
|
||||||
- role: docker
|
- role: docker
|
||||||
tags: docker_install
|
tags: docker_install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user