Releases: ansible-community/ansible-vault
Releases · ansible-community/ansible-vault
Monthly snapshot for 2022.07.01
fix(pkcs11): jinja whitespace
Monthly snapshot for 2022.06.01
Remove unused vault_group_name var Although this variable exists since the first ever commit, it's never been used.
Monthly snapshot for 2022.05.01
vault api health check via the actual vault api address
Monthly snapshot for 2022.04.01
vault api health check via the actual vault api address
Monthly snapshot for 2022.03.01
vault api health check via the actual vault api address
Monthly snapshot for 2022.02.01
vault api health check via the actual vault api address
Monthly snapshot for 2022.01.01
vault api health check via the actual vault api address
Monthly snapshot for 2021.12.01
Add vault_harden_file_perms to set chmod 0550 on config/plugins path The [Production Hardening](https://learn.hashicorp.com/tutorials/vault/production-hardening) have a bullet point "Allow minimal write privileges". It states: "its executable binary or any Vault configuration files". Prior to this change, the config and plugins path had chmod 0750, so Vault could actually write config files and change plugins. This commit adds a new parameter named vault_harden_file_perms (turned off by default). When enabled, it changes the chmod of config and plugins path to 0550 to effectively disallow Vault from writing into these dirs. Signed-off-by: Albin Kerouanton <albinker@gmail.com>
Monthly snapshot for 2021.11.01
[E602] Don't compare to empty string
Monthly snapshot for 2021.10.01
remote_install: only install OS packages if non-empty