-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmain.yml
More file actions
17 lines (13 loc) · 581 Bytes
/
main.yml
File metadata and controls
17 lines (13 loc) · 581 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
# defaults file for openbao
# Version of OpenBao to install. This value is used to select the
# package version from your configured package repositories.
# Example: "2.5.0"
openbao_version: "2.5.0"
# Directory to store temporary downloaded artifacts (for example,
# plugin archives). This directory is created before any downloads.
openbao_download_dir: "/tmp"
# Whether to validate TLS certificates when downloading the OpenBao
# GPG key. When false, TLS certificate validation is disabled
# (insecure; use only in controlled environments).
openbao_validate_certs: false