Releases: ansible-community/ansible-vault
Releases · ansible-community/ansible-vault
Minor updates and fixes
- Resolve some task argument issues
- Clean up line length a bit
- Use Filesystem Storage Backend in Vagrant example playbook
- Update Vagrantfile
- Update documentation
Cleanup and fixes!
Vault version 1.1.2 and more
- Vault version 1.1.2
- Feature: add etcd storage (thanks @cordula-grau)
- Fix: Resolve deprecation warnings (thanks @cordula-grau)
- Fix: Move become flag to required resources (thanks @cordula-grau)
- Reposition some main variables
- Remove
vault_tls_cipher_suites
values/fall back to Vault defaults - Remove unimplemented
vault_syslog_enable
- Rename
vault_listener_template
tovault_main_configuration_template
- Rename corresponding template file to
vault_main_configuration.hcl.j2
- Rename corresponding template file to
- Update documentation
Vault v1.1.1 and more
Raise minimum Ansible version, support Debian Testing, YAML linting
- Minimum Ansible version to 2.7
- Support install on Debian Testing (thanks @gfeun)
- Update for E206 [lint]
- tasks/tls
- Update for E201 [lint]
- tasks/main
- Update for E504 [lint]
- tasks/install
- tasks/install_enterprise
Minor fixes and updates
- Resolve environment additions/create .bashrc (thanks @gfeun)
- Update documentation
- Update license
- Update variables
Vault v1.1.0 and more
- Vault v1.1.0
- Add additional health responses to API reachability check (thanks @enqack)
- VAULT_ADDR and VAULT_CACERT export in ~/.bashrc (thanks @planetrobbie)
- Update documentation
Vault v1.0.3 and more
- Vault v1.0.3
- Skip certificate copy if desired (thanks @Fuochi-YNAP)
- Skip health check if desired (thanks @Fuochi-YNAP)
- Add Azure Key Auto Unseal configuration (thanks @nehrman)
Vault v1.0.0
- Vault v1.0.0
- GCPKMS seal support (thanks @planetrobbie)
- Update documentation
Maintenance and initial telemetry support
- Correct systemd unit (thanks @jpiron)
- Add initial telemetry support (thanks @jeffWelling)
- Vagrant box memory increased to 2048MB
- Update documentation