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
@@ -1101,7 +1096,7 @@ The role can configure HSM based instances. Make sure to reference the [HSM supp
1101
1096
1102
1097
## `vault_configure_enterprise_license`
1103
1098
1104
-
- Manage enterprise license file with this role. Set to `true` to use `vault_license_path` or `vault_license_file`.
1099
+
- Manage enterprise license file with this role. Set to `true` to use `vault_license_path`, and `vault_license_file` or `vault_license_content`.
1105
1100
- Default value: false
1106
1101
1107
1102
## `vault_license_path`
@@ -1111,7 +1106,12 @@ The role can configure HSM based instances. Make sure to reference the [HSM supp
1111
1106
1112
1107
## `vault_license_file`
1113
1108
1114
-
- Path to enterprise license on the Ansible controller (source file for upload). Upload skipped when empty or undefined. Only used if `vault_configure_enterprise_license: true`.
1109
+
- Path to enterprise license on the Ansible controller (source file for upload). Upload skipped when empty or undefined, if `vault_license_content` is also empty or undefined. Only used if `vault_configure_enterprise_license: true`.
1110
+
- Default value: ""
1111
+
1112
+
## `vault_license_content`
1113
+
1114
+
- Value of the enterprise license to use. Upload skipped when empty or undefined, if `vault_license_file` is also empty or undefined. Only used if `vault_configure_enterprise_license: true`.
0 commit comments