Remove vaultwarden

This commit is contained in:
Salt 2024-05-21 18:48:22 -05:00
parent 5789d81da4
commit 1cfeede3b9
3 changed files with 1 additions and 5 deletions

View File

@ -110,8 +110,6 @@
value: vm-general-1.ashburn.mgmt.desu.ltd
- record: netbox.desu.ltd
value: vm-general-1.ashburn.mgmt.desu.ltd
- record: vault.desu.ltd
value: vm-general-1.ashburn.mgmt.desu.ltd
# Public media stuff
- record: prowlarr.media.desu.ltd
value: vm-general-1.ashburn.mgmt.desu.ltd

View File

@ -18,7 +18,6 @@
with_items:
- app/gitlab-runner.yml
- app/redis.yml
- app/vaultwarden.yml
- web/9iron.yml
- web/desultd.yml
- web/element-web.yml
@ -275,8 +274,6 @@
try_files $uri $uri/ =404;
- name: netbox.desu.ltd
proxy_pass: http://netbox:8080
- name: vault.desu.ltd
proxy_pass: http://vaultwarden:80
# desu.ltd media bullshit
- name: prowlarr.media.desu.ltd
directives:

View File

@ -3,6 +3,7 @@
docker_container:
# https://github.com/dani-garcia/vaultwarden/wiki/Which-container-image-to-use
name: vaultwarden
state: absent
image: vaultwarden/server:alpine
pull: yes
restart_policy: unless-stopped