Skip to content

Commit

Permalink
moved docs instructions to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwassiljew committed Sep 30, 2024
1 parent e3d2f38 commit b5d6427
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 3 additions & 2 deletions iac/ansible/.justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ list:
@just --list

# Hello
hello:
@echo Hello World from Ansible Module
vaultwarden-export:
@ansible-playbook vaultwarden-export-backup.yaml -e "VAULTWARDEN_SERVER=https://vaultwarden.tryrocket.cloud"

File renamed without changes.
5 changes: 1 addition & 4 deletions pages/docs/apps/vaultwarden.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ https://vaultwarden.tryrocket.cloud
### Export

```sh
ansible-playbook vaultwarden-export-backup.yaml -e "VAULTWARDEN_SERVER=https://vaultwarden.tryrocket.cloud"
# or
ansible-playbook vaultwarden-export-kopia.yaml -e "VAULTWARDEN_SERVER=https://vaultwarden.tryrocket.cloud"
ansible-playbook vaultwarden-export-restic.yaml -e "VAULTWARDEN_SERVER=https://vaultwarden.tryrocket.cloud"
j iac ansible vaultwarden-export
```

Type: `critical`
Expand Down

0 comments on commit b5d6427

Please sign in to comment.