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

hashi_vault - add alternate methods (env, ini, vars) for `ca_cert` option #97

Closed briantist closed 3 years ago

briantist commented 3 years ago
SUMMARY

Fixes #75

Adds env:

Adds vars:

Adds INI:

ISSUE TYPE
COMPONENT NAME

hashi_vault

ADDITIONAL INFORMATION
briantist commented 3 years ago

cc @ArchLayperson

codecov[bot] commented 3 years ago

Codecov Report

Merging #97 (8f4c29b) into main (5a71552) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #97   +/-   ##
=======================================
  Coverage   82.97%   82.97%           
=======================================
  Files          16       16           
  Lines         787      787           
  Branches       78       78           
=======================================
  Hits          653      653           
  Misses        120      120           
  Partials       14       14           
Impacted Files Coverage Δ
plugins/doc_fragments/connection.py 100.00% <ø> (ø)
plugins/module_utils/_hashi_vault_common.py 100.00% <ø> (ø)

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 5a71552...8f4c29b. Read the comment docs.