Skip to content

Commit c537d08

Browse files
committed
Add note about shpc fork in README
1 parent 9937ae5 commit c537d08

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

roles/vault_pki/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Requirements
99
Note that since version `4.6.4`, `ansible-modules-hashivault` requires
1010
`ansible>4`.
1111

12+
There is a fork under https://github.com/stackhpc/ansible-modules-hashivault
13+
that doesn't have this requirement (and is needed for the role to operate
14+
correctly on ansible<4).
15+
1216
Role variables
1317
--------------
1418

@@ -43,4 +47,4 @@ Role variables
4347
* `vault_pki_write_certificates_host:` The host on which certificates will be written to. (default: "localhost")
4448
* `vault_pki_certificates_directory`: directory to output certificate files to.
4549
* `vault_pki_write_certificates`: whether to write generated certificates to a file or not (default: `false`)
46-
* `vault_pki_certificate_subject`: The certificate subject parameters e.g. `ttl` `ip_sans`. List of Dicts containing `{role: <name of Certificate role>, common_name: <common name of certificate>, extra_params: {ttl: <value>, alt_sans: <value>, ip_sans: <value> }}`
50+
* `vault_pki_certificate_subject`: The certificate subject parameters e.g. `ttl` `ip_sans`. List of Dicts containing `{role: <name of Certificate role>, common_name: <common name of certificate>, extra_params: {ttl: <value>, alt_sans: <value>, ip_sans: <value> }}`

0 commit comments

Comments
 (0)