Add Ansible Vault instructions to README

This commit is contained in:
Kris Lamoureux 2022-11-25 00:57:02 -05:00
parent 3abca7ce15
commit 7048aa8418
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -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)