ansible-collections / community.hashi_vault

Ansible collection for managing and working with HashiCorp Vault.
https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/index.html
GNU General Public License v3.0
81 stars 62 forks source link

add more vars options (token path, token file, validate certs) #95

Closed briantist closed 3 years ago

briantist commented 3 years ago
SUMMARY

Fixes: #94 Related: #86

Adds:

ISSUE TYPE
COMPONENT NAME

hashi_vault.py

ADDITIONAL INFORMATION
codecov[bot] commented 3 years ago

Codecov Report

Merging #95 (b26d64a) into main (80bf8a2) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #95   +/-   ##
=======================================
  Coverage   82.88%   82.88%           
=======================================
  Files          16       16           
  Lines         783      783           
  Branches       78       78           
=======================================
  Hits          649      649           
  Misses        120      120           
  Partials       14       14           
Impacted Files Coverage Δ
plugins/doc_fragments/connection.py 100.00% <ø> (ø)
plugins/lookup/hashi_vault.py 63.15% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 80bf8a2...b26d64a. Read the comment docs.

briantist commented 3 years ago

cc @danielmotaleite