Add Ansible Vault instructions to README
This commit is contained in:
parent
3abca7ce15
commit
7048aa8418
16
README.md
16
README.md
@ -31,6 +31,22 @@ and services operated by Free I.T. Athens (FRITA).
|
|||||||
|
|
||||||
5. Delete the `.ansible_vault` file when you are done
|
5. Delete the `.ansible_vault` file when you are done
|
||||||
|
|
||||||
|
### Using Ansible Vault to add or rotate values
|
||||||
|
Do not submit ciphertext into Ansible Vault with the indention formatting.<br />
|
||||||
|
To submit, press `CTRL+d` twice.
|
||||||
|
|
||||||
|
- Decrypt Ansible Vault values
|
||||||
|
|
||||||
|
```
|
||||||
|
ansible-vault decrypt --vault-pass-file .ansible_vault
|
||||||
|
```
|
||||||
|
|
||||||
|
- Encrypt new Ansible Vault values
|
||||||
|
|
||||||
|
```
|
||||||
|
ansible-vault encrypt --vault-pass-file .ansible_vault
|
||||||
|
```
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
* **Kris Lamoureux** - *Project Founder* - [@krislamo](https://github.com/krislamo)
|
* **Kris Lamoureux** - *Project Founder* - [@krislamo](https://github.com/krislamo)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user