Skip to content

lukasklein/ansible-lookup-pass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ansible-lookup-pass

Ansible lookup plugin for pass (password-store).

Using python's check_output this plugin will retrieve variable values using the pass prompt. Useful if you already store your passwords using pass.

Alternative: Ansible Vault

Usage:

- hosts: all
  vars:
    test_var: "{{lookup('pass', 'path/to/password')}}"
  tasks:
    - debug: msg="{{test_var}}"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%