1
0
mirror of https://github.com/janLo/ansible_lookup_plugins synced 2026-06-19 19:48:01 +00:00
jan bd9ec3c36c Add README
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2015-05-12 02:08:02 +02:00
2015-05-12 01:53:42 +02:00
2015-05-12 01:59:30 +02:00
2015-05-12 02:08:02 +02:00

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', 'pas/to/password') }}
S
Description
No description provided
Readme GPL-3.0 48 KiB
Languages
Python 100%