Senior-Design-May1601 / config

Repository for product configuration files
0 stars 0 forks source link

Don't let plaintext passwords touch the filesystem #18

Open nskinkel opened 9 years ago

nskinkel commented 9 years ago

init script currently:

  1. Randomly generates passwords
  2. echos them sequentially to a file
  3. Encrypts the file with ansible-vault

We should tweak this so plaintext passwords never actually touch the filesystem.