nextcloud: Sichere Instanze mit fail2ban ab

This commit is contained in:
phil 2022-07-26 17:32:31 +02:00
parent 2480af061b
commit 68eb272cc2
5 changed files with 37 additions and 0 deletions

View file

@ -23,3 +23,8 @@
- name: start php-fpm-socket
command: systemctl start php-fpm@*.socket --all
- name: restart fail2ban
service:
name: fail2ban
state: restarted