Otherwise it slows down the whole run if the looked up entries are used a lot. Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> |
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| pass.py | ||
README.md
Collection of custom ansible lookup modules
pass Module
This is a module to lookup a pass password store located at ./credentials from the toplevel playbook directory. It is a slightly modified pipe plugin.
It takes a password path within the pass storage as argument:
- name: test pass lookup
debug: msg={{ lookup('pass', 'path/to/password') }}