Go to file
Jan Losinski c271d9650c Convert pass lookup plugin to ansible 2
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2016-11-11 03:30:01 +01:00
.gitignore Add Gitignore 2015-05-12 01:53:42 +02:00
LICENSE Add GPLv3 2015-05-12 01:59:30 +02:00
README.md Typo fix 2015-05-12 02:57:56 +02:00
pass.py Convert pass lookup plugin to ansible 2 2016-11-11 03:30:01 +01:00

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') }}