You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/openbao/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Role variables
23
23
*`openbao_cluster_name`: OpenBao cluster name (e.g. "prod_cluster")
24
24
*`openbao_config_dir`: Directory into which to bind mount OpenBao configuration
25
25
* Optional
26
-
*`openbao_bind_address`: Which IP address should OpenBao bind to (default: "127.0.0.1")
26
+
*`openbao_bind_addr`: Which IP address should OpenBao bind to (default: "127.0.0.1")
27
27
*`openbao_api_addr`: OpenBao [API addr](https://openbao.org/docs/configuration/#high-availability-parameters) - Full URL including protocol and port (default: "http://127.0.0.1:8200")
28
28
*`openbao_init_addr`: OpenBao init addr (used only for initialisation purposes) - full URL including protocol and port (default: "http://127.0.0.1:8200")
29
29
*`openbao_docker_name`: Docker - under which name to run the OpenBao image (default: "bao")
@@ -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_raft_leaders`: List of IPs belonging to Raft leaders. Expected that the first and only entry is the IP address of the first OpenBao instance as this would be initialised whereas as the others will not.
0 commit comments