initial commit with redbot and vaultwarden migrated
This commit is contained in:
commit
15c1b9c2ea
18 changed files with 267 additions and 0 deletions
16
playbooks/home-services.yml
Normal file
16
playbooks/home-services.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue