Skip to content

Releases: ansible-community/ansible-vault

TLS as separate task

23 Mar 18:21
Compare
Choose a tag to compare
  • Move TLS bits to separate task
  • Short circuit TLS bits as bad things™ were happening due to the empty
    cert and key values during the Vault SSL Certificate and Key copy ops
    (probably an Ansible bug, copying entire contents of files to vault etc dir)
    No bueno

Fixes / cleanup

23 Mar 16:48
Compare
Choose a tag to compare
  • Replace lost double quote (thanks @arledesma)
  • Add explicit vault user permissions to config (thanks @arledesma)
  • Remove duplicate cluster_address var
  • Update README / consistent variable style / more links to docs

Cleanup and updates

23 Mar 13:50
Compare
Choose a tag to compare
  • Handle cluster_addr differently
  • Cleanup tasks
  • Consistent variable style
  • Cleanup meta

Prefer default cluster_addr value for now

23 Mar 02:04
Compare
Choose a tag to compare
v1.3.5

Prefer default cluster_addr value

Updates

22 Mar 13:21
Compare
Choose a tag to compare
  • Use vault_port+1 in cluster_addr for HA vault (thanks @arledesma)
  • Update CHANGELOG
  • Update Vagrant README

Fix systemd unit file

19 Mar 02:11
Compare
Choose a tag to compare
v1.3.3

Fix systemd unit file

Fix logging options

13 Mar 22:54
Compare
Choose a tag to compare
v1.3.1

Fix logging options

Updates and fixes

10 Mar 17:24
Compare
Choose a tag to compare
  • Add support for version specification via VAULT_VERSION environment variable
  • Renamed backend configuration template
  • Renamed main template to be inline with configuration section naming
  • Fix broken unit file

Variables and variable fixes

03 Mar 19:00
Compare
Choose a tag to compare
  • Use all defined variables (thanks @arledesma)
  • Make redirect_address more specific by adding redirect address variable
  • Fix merge conflict (thanks @arledesma)
  • Fix missed variable (thanks @arledesma)
  • Update CONTRIBUTORS

Templating fixes

24 Feb 00:23
Compare
Choose a tag to compare
  • Fix backend template inclusion
  • Correct backend filename