Add strong random example of generating secrets

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

View File

@ -46,6 +46,7 @@ To submit, press `CTRL+d` twice.
```
ansible-vault encrypt --vault-pass-file .ansible_vault
```
- e.g., `pwgen -s 100 1 | ansible-vault encrypt --vault-pass-file .ansible_vault`
## Authors
* **Kris Lamoureux** - *Project Founder* - [@krislamo](https://github.com/krislamo)