Skip to content

A lookup plugin for using EnvKey secrets in Ansible playbooks

License

Notifications You must be signed in to change notification settings

hactar-is/ansible-envkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible EnvKey

This is a lookup plugin for using EnvKey as a secret store with Ansible.

Installation

Checkout this repo wherever you like and then point to it in your ansible.cfg file. eg:

[defaults]
lookup_plugins = ~/.ansible/ansible-envkey/lookup_plugins/

Usage

You can use this like any other lookup plugin, for example, to get the Redis password in your group_vars you can do this...

redis_password: "{{ lookup('envkey','REDIS_PASSWORD') }}"

About

A lookup plugin for using EnvKey secrets in Ansible playbooks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages