Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to configure plugins with ansible.cfg keys and env variables #81

Merged
merged 1 commit into from
Nov 10, 2021

Conversation

felixfontein
Copy link
Collaborator

Motivation

Fixes #80.

Changes description

Allows to configure generic plugin options with ansible.cfg keys and env variables.

@codecov
Copy link

codecov bot commented Nov 3, 2021

Codecov Report

Merging #81 (e4218ba) into main (9ce9e0c) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #81      +/-   ##
==========================================
+ Coverage   64.37%   64.45%   +0.07%     
==========================================
  Files           9        9              
  Lines         946      948       +2     
  Branches      217      217              
==========================================
+ Hits          609      611       +2     
  Misses        255      255              
  Partials       82       82              
Impacted Files Coverage Δ
plugins/lookup/sops.py 100.00% <ø> (ø)
plugins/vars/sops.py 89.83% <ø> (ø)
plugins/doc_fragments/sops.py 100.00% <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 9ce9e0c...e4218ba. Read the comment docs.

@felixfontein felixfontein merged commit 56fc2dc into ansible-collections:main Nov 10, 2021
@felixfontein felixfontein deleted the config branch November 10, 2021 20:09
@felixfontein
Copy link
Collaborator Author

@Lycowolf @briantist thanks for reviewing and testing!

This was referenced Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support setting sops_binary option for vars plugin
2 participants