ansible/test/units/plugins
azenk f2458140f6 Lastpass lookup plugin (#16285)
This plugin can be used with the lpass cli interface for lastpass.
[lastpass-cli](https://github.com/lastpass/lastpass-cli)

Example:
Add a lookup to your playbooks/variables somewhere:
```
some_variable: "{{ lookup('lastpass','Some Lastpass entry name or ID', field='username') }}"
```
Usage:
* start a lpass session prior to using ansible
* run ansible
* logout when finished

```
lpass login user@domain.com
ansible-playbook foo.yml
lpass logout
```
2016-12-22 14:47:33 -08:00
..
action Removed dict.iteritems() in several other files. 2016-12-14 08:01:45 -08:00
cache Provide slightly better msg on fact cache error (#18759) 2016-12-13 14:34:58 -05:00
callback
connection add back reverted change to network_cli (#18761) 2016-12-05 21:42:09 -05:00
filter
inventory
lookup Lastpass lookup plugin (#16285) 2016-12-22 14:47:33 -08:00
shell
strategy Template "original_task" fields in _process_pending_results 2016-12-21 10:09:06 -06:00
vars
__init__.py
test_plugins.py