Manage routine operations through Ansible
This commit is contained in:
@@ -69,10 +69,11 @@ Effective `config.json`: domain `https://auth.wsvc.info`, SMTP 587/starttls to `
|
||||
- [vaultwarden-upstream docs](../docs/vaultwarden-upstream.md)
|
||||
|
||||
```bash
|
||||
ssh -4 windy@us2.wsvc.info
|
||||
cd /opt/vaultwarden && docker compose ps -a
|
||||
# after recreating vaultwarden, if auth 404s:
|
||||
docker restart traefik
|
||||
cd ansible
|
||||
ansible-playbook playbooks/health-report.yml --limit vaultwarden
|
||||
# after a reviewed Vaultwarden configuration change (and only if auth 404s):
|
||||
ansible-playbook playbooks/compose-reconcile.yml --limit vaultwarden \
|
||||
-e '{"service_reconcile_confirm": true, "service_reconcile_targets": ["vaultwarden"], "service_reconcile_restart_traefik": true}'
|
||||
```
|
||||
|
||||
## Other software on this host (stubs)
|
||||
|
||||
Reference in New Issue
Block a user