dmpe / vault-ansible-ha-raft

HA setup with RAFT backend, using ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Vault OSS with HA installation

Goal

  • setup HashiCorp Vault in the high available variant.
    • use raft as backend
    • use 2 azure VMs: vault1 and vault2
    • use ansible for installation and configuration
    • expose both Vault instances:
      • add secret to 1 vault1 - will it sync to the second one -> yes

Documentation

Playbook

ansible-galaxy install -r roles/requirements.yml --force
ansible-playbook -i inventory/azure.ini main.yml

About

HA setup with RAFT backend, using ansible


Languages

Language:HCL 100.0%