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/lookup
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
..
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_ini.py Refactor the parameter splitting in ini lookup to handle more path formats (#16477) 8 years ago
test_lastpass.py Lastpass lookup plugin (#16285) 8 years ago
test_password.py Fix password lookup py3 plus alikins unittest additions refactoring (#17626) 8 years ago