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/lib/ansible
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 Correctly set loader path when using list tags/tasks 8 years ago
compat
config
errors adds feature to all modules to be run locally (#18763) 8 years ago
executor Template "original_task" fields in _process_pending_results 8 years ago
galaxy
inventory warn when examined group_vars is not dir 8 years ago
module_utils Initial Commit for Infinidat Ansible Modules (#19429) 8 years ago
modules Add tests for Git remote URL changes (#16893) 8 years ago
parsing adds new module net_command for network devices (#19468) 8 years ago
playbook still needs static for task object 8 years ago
plugins Lastpass lookup plugin (#16285) 8 years ago
template Wrap unhandled errors from lookups in an AnsibleError 8 years ago
utils Initial Commit for Infinidat Ansible Modules (#19429) 8 years ago
vars Display proper error on group_vars syntax error 8 years ago
__init__.py
constants.py adds new module net_command for network devices (#19468) 8 years ago
release.py
test-requirements.txt