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
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
..
cli testing GalaxyCLI.run() does what is expected 8 years ago
contrib
errors
executor
inventory Add lots of test cases to inventory/test_host.py (#17827) 8 years ago
inventory_test_data/group_vars
mock
module_utils let chdir support relative path in more modules (#16736) 8 years ago
modules adds new module net_command for network devices (#19468) 8 years ago
parsing
playbook unit tests for playbook/conditional.py (#18586) 8 years ago
plugins Lastpass lookup plugin (#16285) 8 years ago
template
utils
vars ansible_playbook_python (#18530) 8 years ago
__init__.py