Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
/ ansible-role-vault Public archive

[READ-ONLY] Ansible role dealing with the setup and configuration of Hashicorp Vault server

Notifications You must be signed in to change notification settings

manala/ansible-role-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#######################################################################################################

❗ DEPRECATION ❗

This repository and the role associated are deprecated in favor of the Manala Vault cli role

You can find it in the Manala Ansible Collection. You will find informations on its usage on the collection repository

#######################################################################################################

Ansible Role: Vault Build Status

Report issues and send Pull Requests in the main Ansible Role repository

This role will deal with the setup and configuration of Hashicorp Vault server.

This role does not :

It's part of the Manala Ansible stack but can be used as a stand alone component.

Requirements

This role is made to work with the manala vault debian package, available on the manala debian repository. Please use the manala.apt role to handle it properly.

manala_apt_preferences:
  - vault@manala

Dependencies

None.

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install manala.vault

Using ansible galaxy requirements file:

- src: manala.vault

Role Variables

Definition

Name Default Type Description
manala_vault_install_packages ~ Array Dependency packages to install
manala_vault_install_packages_default ['vault'] Array Default dependency packages to install
manala_vault_config_file '/etc/vault/config.hcl' String Main configuration file path
manala_vault_config_template ~ String Main configuration template path

Configuration example

manala_vault_config_template: vault/vault/config.hcl.j2

Example playbook

- hosts: servers
  roles:
    - { role: manala.vault }

Licence

MIT

Author information

Manala (http://www.manala.io/)

About

[READ-ONLY] Ansible role dealing with the setup and configuration of Hashicorp Vault server

Resources

Stars

Watchers

Forks

Packages

No packages published