Skip to content

Commit

Permalink
add some seealso links for vault_kv2_write (#360)
Browse files Browse the repository at this point in the history
* add some seealso links for vault_kv2_write

* fqcn references

* fix regression from bad search/replace
  • Loading branch information
briantist authored Mar 27, 2023
1 parent 214aa1b commit 06c6fc9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/lookup/vault_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Performs a generic write operation against a given path in HashiCorp Vault, returning any output.
seealso:
- module: community.hashi_vault.vault_write
- module: community.hashi_vault.vault_kv2_write
- ref: community.hashi_vault.vault_read lookup <ansible_collections.community.hashi_vault.vault_read_lookup>
description: The official documentation for the C(community.hashi_vault.vault_read) lookup plugin.
- module: community.hashi_vault.vault_read
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/vault_kv2_delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- Consider using M(community.hashi_vault.vault_kv2_get) to verify the existence of the secret first.
seealso:
- module: community.hashi_vault.vault_kv2_get
- module: community.hashi_vault.vault_kv2_write
- name: KV2 Secrets Engine
description: Documentation for the Vault KV secrets engine, version 2.
link: https://www.vaultproject.io/docs/secrets/kv/kv-v2
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/vault_kv2_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- ref: community.hashi_vault.vault_kv2_get lookup <ansible_collections.community.hashi_vault.vault_kv2_get_lookup>
description: The official documentation for the C(community.hashi_vault.vault_kv2_get) lookup plugin.
- module: community.hashi_vault.vault_kv1_get
- module: community.hashi_vault.vault_kv2_write
- name: KV2 Secrets Engine
description: Documentation for the Vault KV secrets engine, version 2.
link: https://www.vaultproject.io/docs/secrets/kv/kv-v2
Expand Down
9 changes: 9 additions & 0 deletions plugins/modules/vault_kv2_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
requirements:
- C(hvac) (L(Python library,https://hvac.readthedocs.io/en/stable/overview.html))
- For detailed requirements, see R(the collection requirements page,ansible_collections.community.hashi_vault.docsite.user_guide.requirements).
seealso:
- module: community.hashi_vault.vault_write
- module: community.hashi_vault.vault_kv2_get
- module: community.hashi_vault.vault_kv2_delete
- ref: community.hashi_vault.vault_write lookup <ansible_collections.community.hashi_vault.vault_write_lookup>
description: The official documentation for the C(community.hashi_vault.vault_write) lookup plugin.
- name: KV2 Secrets Engine
description: Documentation for the Vault KV secrets engine, version 2.
link: https://www.vaultproject.io/docs/secrets/kv/kv-v2
extends_documentation_fragment:
- community.hashi_vault.attributes
- community.hashi_vault.attributes.action_group
Expand Down

0 comments on commit 06c6fc9

Please sign in to comment.