Skip to content

indispeq/ansible-gpg-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ansible-gpg-lookup

Ansible gpg lookup plugin

Usage: rabbitmq_users: "{{ lookup('gpg', 'rabbitmq.yml.asc')['rabbitmq_users'] }}"

Clone the repo, add the path to the [defaults] section of your ansible.cfg:

lookup_plugins = ./lookup_plugins

GOTCHAS

  • If you receive a 'number of arguments' error, please make sure that your encrypted files have been encrypted with --armor, binary format files will not work

About

Ansible gpg lookup plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages