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
3838 * ` openbao_write_keys_file ` : Whether to write the root token and unseal keys to a file. Default ` false `
3939 * ` openbao_write_keys_file_host ` : Host on which to write root token and unseal keys. Default ` localhost `
4040 * ` 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 `
4142
4243Root and unseal keys
4344--------------------
Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ openbao_tls_cert: ""
1919
2020openbao_config_dir : " "
2121
22+ openbao_enable_ui : false
23+
2224openbao_config : >
2325 {
2426 "cluster_name": "{{ openbao_cluster_name }}",
25- "ui": false ,
27+ "ui": "{{ openbao_enable_ui }}" ,
2628 "api_addr": "{{ openbao_api_addr }}",
2729 "cluster_addr": "http://127.0.0.1:8201",
2830 "listener": [{
You can’t perform that action at this time.
0 commit comments