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: role_variables.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -770,6 +770,18 @@ available starting at Vault version 1.4.
770
770
- Comma separated values which specify hosts that should be exluded from proxying. Follows [golang conventions](https://godoc.org/golang.org/x/net/http/httpproxy)
771
771
- Default value: `""`
772
772
773
+
## `vault_additional_environment_variables`
774
+
775
+
- Dict of items of type `Dict[str, str]` to add additional environment variables to the systemd service
776
+
- Default value: `{}`
777
+
778
+
Example:
779
+
780
+
```yaml
781
+
vault_additional_environment_variables:
782
+
FOO: bar
783
+
```
784
+
773
785
## `vault_cluster_address`
774
786
775
787
- Address to bind to for cluster server-to-server requests
0 commit comments