A plugin to make secrets from gopass available within the ansible playbooks.
gopass installed and working on the system
- debug:
msg: "{{ lookup('gopass', 'path/to/my/secret')}}"
Jaan Janesmae
This project is licensed under the MIT License - see the LICENSE.md file for details