No description
Find a file
2026-04-15 15:00:53 +02:00
.gitignore few adjustments 2026-04-09 15:47:21 +02:00
ansible_openbao.yaml first push from local 2026-04-09 15:31:45 +02:00
ansible_openbao_keycloak.yaml first version for keycloak (untested) 2026-04-15 15:00:53 +02:00
ansible_openbao_newcert.yaml first push from local 2026-04-09 15:31:45 +02:00
ansible_openbao_newpki.yaml few adjustments 2026-04-09 15:47:21 +02:00
openbao_config.hcl few adjustments 2026-04-09 15:47:21 +02:00
README.md first version for keycloak (untested) 2026-04-15 15:00:53 +02:00

Readme

This repository contains the files to install Openbao. If this is a new installation, just trigger the scripts in the following order:

  • ansible_openbao.yaml
  • (ansible_openbao_keycloak.yaml) (still in progress, maybe after newpki. Skip this point for the moment)
  • ansible_openbao_newpki.yaml
  • ansible_openbao_newcert.yaml

If Openbao is already installed, the script will look for the root key in this file:

openbao_data/keys/<THE_HOST-IP>/key.txt

Make sure, that this file exists and contains the key in the following style:

---
openbao_root: <insert_the_rootkey_here>