Git Product home page Git Product logo

ansible-module-hvault's Introduction

ansible-module-hvault

Ansible Module for Hasicorp Vault API Interaction

Description

  • Ansible Module for Hasicorp vault Interaction with basic future added, like as seal/unseal vault, read vault secrets, write vault secrets...

Usage and Examples

   - name: Check vault status
     hvault:
       host: localhost
   - name: Check vault seal-status
     hvault:
       host: localhost
       action: seal-status
   - name: Vault-Seal
     hvault:
       host: localhost
       action: seal
       root_token: c91044e8-375b-812c-502e-08ba46ec3c89
   - name: Vault-unSeal
     hvault:
       host: localhost
       unseal_key: '{"key":"B1hErjugs20NrK7V3uTgcAiusE1fKpWEHSD+2/xgTxU="}'
       action: unseal
   - name: Vault-Write secrets
     hvault:
       host: localhost
       action: write
       secret_path: 'myscret'
       secret_to_write: '{ "password":"12345"}'
       root_token: c91044e8-375b-812c-502e-08ba46ec3c89
   - name: Vault-Read secrets
     hvault:
       host: localhost
       action: read
       secret_path: 'myscret1'
       root_token: c91044e8-375b-812c-502e-08ba46ec3c89
     resgister: response

Get more information and documentation, please use following ansible-doc command

ansible-doc hvault

Author Information

This module was created by Avinash Pawar.

ansible-module-hvault's People

Contributors

avinash6784 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.