No description
- HCL 100%
| .gitignore | ||
| ansible_openbao.yaml | ||
| ansible_openbao_keycloak.yaml | ||
| ansible_openbao_newcert.yaml | ||
| ansible_openbao_newpki.yaml | ||
| openbao_config.hcl | ||
| README.md | ||
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>