Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion trellis/vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Run `trellis vault` to see usage details.

## Working with vault variables

Here are a few tips for working with [variables and vault](http://docs.ansible.com/ansible/playbooks_best_practices.html#variables-and-vaults) in Trellis.
Here are a few tips for working with [variables and vault](https://docs.ansible.com/ansible/latest/tips_tricks/ansible_tips_tricks.html#variables-and-vaults) in Trellis.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


- Variables with sensitive data such as passwords are defined in files named `vault.yml`.
- Each environment has its own `vault.yml` file: `group_vars/<environment>/vault.yml`.
Expand Down