You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
```
8 years ago
..
action Removed dict.iteritems() in several other files. 8 years ago
cache Provide slightly better msg on fact cache error (#18759) 8 years ago
callback More test coverage for plugins/callback/__init__ (#18020) 8 years ago
connection add back reverted change to network_cli (#18761) 8 years ago
filter Add empty-init code-smell script. (#18406) 8 years ago
inventory Add empty-init code-smell script. (#18406) 8 years ago
lookup Lastpass lookup plugin (#16285) 8 years ago
shell Add empty-init code-smell script. (#18406) 8 years ago
strategy Template "original_task" fields in _process_pending_results 8 years ago
vars Add empty-init code-smell script. (#18406) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py Fix ziploader for the cornercase of ansible invoking ansible. 8 years ago