Skip to content

bm0/ansible-vault-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ansible-vault-module

Example

---
- hosts: localhost
  tasks:
    - name : run custom module
      vault:
        vault_addr: http://127.0.0.1:8200/v1/
        path: secret/foo
      register: foo
      no_log: yes   # Set if you want to hide the module output

    - debug: var=foo.top_secret

Enviroment variables:

export VAULT_ADDR='http://127.0.0.1:8200/v1/' # optional
export VAULT_TOKEN='f2b36cf6-f9c6-3062-be9b-797041b174ff'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages