{"id":22499757,"url":"https://github.com/avinash6784/ansible-module-hvault","last_synced_at":"2026-05-06T07:33:18.877Z","repository":{"id":217116338,"uuid":"122710350","full_name":"avinash6784/ansible-module-hvault","owner":"avinash6784","description":"Ansible Module for Hasicorp Vault Interaction","archived":false,"fork":false,"pushed_at":"2018-02-26T08:53:39.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T00:41:27.738Z","etag":null,"topics":["ansible","ansible-module","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avinash6784.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-02-24T06:23:28.000Z","updated_at":"2023-10-25T05:42:28.000Z","dependencies_parsed_at":"2024-01-14T17:27:52.735Z","dependency_job_id":"9c25ac28-d525-42a2-9d35-88f3ea0e16b9","html_url":"https://github.com/avinash6784/ansible-module-hvault","commit_stats":null,"previous_names":["avinash6784/ansible-module-hvault"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinash6784%2Fansible-module-hvault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinash6784%2Fansible-module-hvault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinash6784%2Fansible-module-hvault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinash6784%2Fansible-module-hvault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avinash6784","download_url":"https://codeload.github.com/avinash6784/ansible-module-hvault/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245933264,"owners_count":20696204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-module","python"],"created_at":"2024-12-06T22:15:45.368Z","updated_at":"2026-05-06T07:33:18.803Z","avatar_url":"https://github.com/avinash6784.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-module-hvault\nAnsible Module for Hasicorp Vault API Interaction\n\n## Description\n- Ansible Module for Hasicorp vault Interaction with  basic future added, like as seal/unseal vault, read vault secrets, write vault secrets...\n\n## Usage and Examples\n\n```yml\n   - name: Check vault status\n     hvault:\n       host: localhost\n   - name: Check vault seal-status\n     hvault:\n       host: localhost\n       action: seal-status\n   - name: Vault-Seal\n     hvault:\n       host: localhost\n       action: seal\n       root_token: c91044e8-375b-812c-502e-08ba46ec3c89\n   - name: Vault-unSeal\n     hvault:\n       host: localhost\n       unseal_key: '{\"key\":\"B1hErjugs20NrK7V3uTgcAiusE1fKpWEHSD+2/xgTxU=\"}'\n       action: unseal\n   - name: Vault-Write secrets\n     hvault:\n       host: localhost\n       action: write\n       secret_path: 'myscret'\n       secret_to_write: '{ \"password\":\"12345\"}'\n       root_token: c91044e8-375b-812c-502e-08ba46ec3c89\n   - name: Vault-Read secrets\n     hvault:\n       host: localhost\n       action: read\n       secret_path: 'myscret1'\n       root_token: c91044e8-375b-812c-502e-08ba46ec3c89\n     resgister: response\n```\n\n**Get more information and documentation, please use following ansible-doc command**\n```sh\nansible-doc hvault\n```\n\n## Author Information\n\nThis module was created by [Avinash Pawar](http://devopstechie.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinash6784%2Fansible-module-hvault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinash6784%2Fansible-module-hvault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinash6784%2Fansible-module-hvault/lists"}