Compare commits

...

2 Commits

Author SHA1 Message Date
393e349180 chore: disable vaultwaden account signup
Some checks failed
Deploy / Prepare Build (push) Failing after 19s
2025-01-26 11:13:34 +10:00
49ab6ab653 chore: add oefenweb.fail2ban role 2025-01-26 11:13:05 +10:00
2 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,15 @@
- hosts: cloud
become: yes
roles:
- role: oefenweb.fail2ban
vars:
fail2ban_services:
- name: sshd
port: 22
maxretry: 3
bantime: -1
tags: fail2ban
- role: docker
tags: docker_install

View File

@ -22,6 +22,7 @@
PUID: "1000"
PGID: "1000"
TZ: "Australia/Brisbane"
SIGNUPS_ALLOWED: false
volumes:
- "{{ data_folder }}/vaultwarden/data:/data"
labels: