mirror of
https://github.com/enpaul/vault2vault.git
synced 2024-11-21 17:46:49 +00:00
Fix styling of introduction docs
This commit is contained in:
parent
c729414b03
commit
2f75180623
12
README.md
12
README.md
@ -27,13 +27,11 @@ terminal. Whatever, these things happen.
|
||||
|
||||
The built-in tool Ansible provides,
|
||||
[`ansible-vault rekey`](https://docs.ansible.com/ansible/latest/cli/ansible-vault.html#rekey),
|
||||
suffers from two main drawbacks:
|
||||
|
||||
1. It only works on vault encrypted files and not on vault encrypted YAML data
|
||||
2. It only works on a single vault encrypted file at a time.
|
||||
|
||||
To rekey everything in a large project you'd need to write a script that goes through
|
||||
every file and rekeys everything in every format it can find.
|
||||
suffers from two main drawbacks: first, it only works on vault encrypted files and not on
|
||||
vault encrypted YAML data; and second, it only works on a single vault encrypted file at
|
||||
a time. To rekey everything in a large project you'd need to write a script that
|
||||
recursively goes through every file and rekeys every encrypted file and YAML variable all
|
||||
at once.
|
||||
|
||||
This is that script.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user