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

update docs to include all of my recent edits #28

Closed richfromm closed 7 years ago

richfromm commented 7 years ago

namely:

richfromm commented 7 years ago

This is the last of the sets of changes I plan on making now.

If you accept this, would you consider creating a 2.2.0 release tag? Thanks.

jhaals commented 7 years ago

@richfromm Thanks for the update!

I tried to add the module to ansible-galaxy but it seems they don't support installation of lookup plugins. I might be mistaken but I couldn't find how to add it.

richfromm commented 7 years ago

Ansible galaxy refers to two different things. There's the website at https://galaxy.ansible.com/ for sharing roles, and the command line tool ansible-galaxy that can install roles from either the official website, or from regular version control. More details at http://docs.ansible.com/ansible/galaxy.html

Personally, I've never used the website. The reason I added the edits I did in feature/ansible-galaxy was to support pointing at https://github.com/jhaals/ansible-vault in the requirements.yml file of an Ansible deploy. This I have tested.

I did not test, and hadn't even thought about, adding this lookup plugin to the Galaxy website. If you say it doesn't work, I'll have to just take your word for it.

Would you like me to clarify some of this in the README.md file? It looks like currently it's not addressed at all.