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 More test coverage for plugins/callback/__init__ (#18020) 2016-11-29 10:40:46 -05:00
connection add back reverted change to network_cli (#18761) 2016-12-05 21:42:09 -05:00
filter Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
inventory Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
lookup Lastpass lookup plugin (#16285) 2016-12-22 14:47:33 -08:00
shell Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
strategy Template "original_task" fields in _process_pending_results 2016-12-21 10:09:06 -06:00
vars Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
__init__.py Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
test_plugins.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00