initial commit with redbot and vaultwarden migrated

This commit is contained in:
Vilmos Zsombor TANCZOS 2025-05-04 23:49:10 +02:00
commit 15c1b9c2ea
18 changed files with 267 additions and 0 deletions

View file

@ -0,0 +1,16 @@
- name: Setup Fedora hosts
hosts: fedora
become: true
roles:
- fedora
- name: Setup Docker and services on home server
hosts: lead
become: true
vars_files:
- ../group_vars/vault.yml
roles:
- docker
- caddy
- vaultwarden
- redbot