From a453ac31f3428614cceb99027f8efbdb9258a40b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 22:03:01 +0200 Subject: Adding upstream version 2.10.7+merged+base+2.10.8+dfsg. Signed-off-by: Daniel Baumann --- .../community/hashi_vault/README.md | 86 ++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 collections-debian-merged/ansible_collections/community/hashi_vault/README.md (limited to 'collections-debian-merged/ansible_collections/community/hashi_vault/README.md') diff --git a/collections-debian-merged/ansible_collections/community/hashi_vault/README.md b/collections-debian-merged/ansible_collections/community/hashi_vault/README.md new file mode 100644 index 00000000..3f7aaaf9 --- /dev/null +++ b/collections-debian-merged/ansible_collections/community/hashi_vault/README.md @@ -0,0 +1,86 @@ +# community.hashi_vault Collection + +[![CI](https://github.com/ansible-collections/community.hashi_vault/workflows/CI/badge.svg?event=push)](https://github.com/ansible-collections/community.hashi_vault/actions) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/community.hashi_vault)](https://codecov.io/gh/ansible-collections/community.hashi_vault) + + + +## Tested with Ansible + + + +## External requirements + + - `hvac` (python library) + - `hvac` 0.7.0+ (for namespace support) + - `hvac` 0.9.6+ (to avoid all deprecation warnings) + - `hvac` 0.10.5+ (for JWT auth support) + - `botocore` (only if inferring aws params from boto) + - `boto3` (only if using a boto profile) + +## Included content + +- Lookup Plugins + - `hashi_vault` + +## Using this collection + + + +See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details. + +## Contributing to this collection + + + + +## Release notes + +See the [changelog](https://github.com/ansible-collections/community.hashi_vault/tree/main/CHANGELOG.rst). + +## FAQ + +### **Q:** Why not have a single collection of HashiCorp products instead of one just for Vault? + +**A:** This was considered when the `hashi_vault` plugin was first moved from `community.general` to this collection. There are several reasons behind this: + +* The other known HashiCorp content at that time (covering Consul, Nomad, Terraform, etc.) does not share implementation or testing with Vault content. +* The maintainers are also different. This being a community supported collection means separate maintainers are more likely to focus on goals that make sense for their particular plugins and user base. +* The HashiCorp products serve different goals, and even when used together, they have their own APIs and interfaces that don't really have anything in common from the point of view of the Ansible codebase as a consumer. +* It would complicate testing. One of the primary goals of moving to a new collection was the ability to increase the scope of Vault-focused testing without having to balance the impact to unrelated components. +* It makes for a smaller package for consumers, that can hopefully release more quickly. + +### **Q:** Why is the collection named `community.hashi_vault` instead of `community.vault` or `community.hashicorp_vault` or `hashicorp.vault` or any number of other names? + +**A:** This too was considered during formation. In the end, `hashi_vault` is a compromise of various concerns. + +* `hashicorp.vault` looks great, but implies the collection is supported by HashiCorp (which it is not). That doesn't follow the convention of denoting community supported namespaces with `community.` +* `community.vault` looks great at first, but "Vault" is a very general and overloaded term, and in Ansible the first "Vault" one thinks of is [Ansible Vault](https://docs.ansible.com/ansible/latest/user_guide/vault.html). So in the naming, and even in the future of this collection and its content, we have to be mindful of avoiding and removing ambiguities between these products (and other Vaults out there). +* `community.hashicorp_vault` is descriptive and unambiguous but is unfortunately quite long. +* `community.hashicorp` would be good for a collection that aims to contain community-supported content related to all HashiCorp products, but this collection is only focused on Vault (see above question). +* `community.hashicorp.vault` (or any other 3-component name): not supported (also long). +* `community.hashi_vault` isn't perfect, but has an established convention in the existing plugin name and isn't as long as `hashicorp_vault`. + + +## Roadmap + + + +## More information + + + +- [Ansible Collection overview](https://github.com/ansible-collections/overview) +- [Ansible User guide](https://docs.ansible.com/ansible/latest/user_guide/index.html) +- [Ansible Developer guide](https://docs.ansible.com/ansible/latest/dev_guide/index.html) +- [Ansible Collections Checklist](https://github.com/ansible-collections/overview/blob/master/collection_requirements.rst) +- [Ansible Community code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html) +- [The Bullhorn (the Ansible Contributor newsletter)](https://us19.campaign-archive.com/home/?u=56d874e027110e35dea0e03c1&id=d6635f5420) +- [Changes impacting Contributors](https://github.com/ansible-collections/overview/issues/45) + +## Licensing + + + +GNU General Public License v3.0 or later. + +See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text. -- cgit v1.2.3