Skip to content

Commit a9da3c9

Browse files
committed
Update Vault READMEs to include info about hvac and hashivault 4.6.4
1 parent d987f56 commit a9da3c9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

roles/vault/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ This role deploys and initializes Hashicorp Vault with Consul backend
33
Requirements
44
------------
55

6-
``ansible-modules-hashivault`` PyPI package installed
6+
`ansible-modules-hashivault` Python package installed on the Ansible control host
7+
`hvac` Python package installed on the remote hosts
8+
9+
Note that since version `4.6.4`, `ansible-modules-hashivault` requires
10+
`ansible>4`.
711

812
Role variables
913
--------------

roles/vault_unseal/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ Note that in a Vault cluster, each Vault server must be unsealed individually.
55
Requirements
66
------------
77

8-
``ansible-modules-hashivault`` PyPI package installed
8+
`ansible-modules-hashivault` Python package installed on the Ansible control host
9+
`hvac` Python package installed on the remote hosts
10+
11+
Note that since version `4.6.4`, `ansible-modules-hashivault` requires
12+
`ansible>4`.
913

1014
Role variables
1115
--------------

0 commit comments

Comments
 (0)