jhaals / ansible-vault

ansible lookup plugin for secrets stored in Vault(by HashiCorp)
BSD 3-Clause "New" or "Revised" License
347 stars 65 forks source link

Minor improvements to README #43

Closed movermeyer closed 7 years ago

movermeyer commented 7 years ago

Added notice of 2.7.9+ requirement: I was excited to use this, but I only had Python 2.7.5. While you do have a nice check in the code, I wished it was in the README.

Made reference to hashi_vault a link. When reading the comparison section, I was unaware of the other project. It'd be nice to have the link.

jhaals commented 7 years ago

Thanks for clarifying but the hashi_vault I'm referring to in the README is actually the official hashi_vault plugin https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/lookup/hashi_vault.py

movermeyer commented 7 years ago

Alright. I'll close this and try again.