File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Role variables
38
38
* ` openbao_write_keys_file ` : Whether to write the root token and unseal keys to a file. Default ` false `
39
39
* ` openbao_write_keys_file_host ` : Host on which to write root token and unseal keys. Default ` localhost `
40
40
* ` openbao_write_keys_file_path ` : Path of file to write root token and unseal keys. Default ` bao-keys.json `
41
+ * ` openbao_enable_ui ` : Whether to enable user interface that could be accessed from the ` openbao_api_addr ` . Default ` false `
41
42
42
43
Root and unseal keys
43
44
--------------------
Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ openbao_tls_cert: ""
19
19
20
20
openbao_config_dir : " "
21
21
22
+ openbao_enable_ui : false
23
+
22
24
openbao_config : >
23
25
{
24
26
"cluster_name": "{{ openbao_cluster_name }}",
25
- "ui": false ,
27
+ "ui": "{{ openbao_enable_ui }}" ,
26
28
"api_addr": "{{ openbao_api_addr }}",
27
29
"cluster_addr": "http://127.0.0.1:8201",
28
30
"listener": [{
You can’t perform that action at this time.
0 commit comments