Skip to content

Releases: ansible-community/ansible-vault

Vault v1.2.3

16 Sep 13:22
Compare
Choose a tag to compare
  • Vault v1.2.3
  • Fix s3 backend configuration and template (thanks @ebostijancic)
  • Update documentation

Vault v1.2.2

03 Sep 13:42
Compare
Choose a tag to compare
  • Vault v1.2.2
  • Update documentation

Fix installation task check

01 Aug 17:45
Compare
Choose a tag to compare
  • Fix Vault installation check (thanks @jpiron)
  • Update documentation

Vault v1.2.0

30 Jul 17:22
Compare
Choose a tag to compare
  • Vault v1.2.0
  • Update documentation

Vault v1.1.5 and more

30 Jul 15:29
Compare
Choose a tag to compare
  • Vault v1.1.5
  • Add DynamoDB storage backend (thanks @chris-dudley)
  • Update CONTRIBUTORS
  • Update documentation

Vault v1.1.4 and more

26 Jul 14:03
Compare
Choose a tag to compare
  • Vault v1.1.4
  • Add support for backend tls configuration (thanks @rhenwood3995)
  • Fix template line break (thanks @fhemberger)
  • ansible_default_ipv4 interface used as default (thanks @fhemberger)
  • Update vault_home (thanks @zeridon)
  • Add s3 storage backend template (thanks @dvmonroe)
  • Update documentation (thanks @dvmonroe)
  • Update CONTRIBUTORS

Minor updates and fixes

31 May 14:17
Compare
Choose a tag to compare
  • 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!

21 May 17:08
Compare
Choose a tag to compare
  • Clean up task items
  • Fixup Get installed Vault version for multiline/quotes
  • Update vault_home value (thanks @xeivieni)
  • Add plugin_dir configuration (thanks @vmwiz)
  • Fix: Force /bin/bash on Get Vault package checksum (local) (thanks @fleu42)

Vault version 1.1.2 and more

19 Apr 17:07
Compare
Choose a tag to compare
  • 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 to vault_main_configuration_template
    • Rename corresponding template file to vault_main_configuration.hcl.j2
  • Update documentation

Vault v1.1.1 and more

11 Apr 20:26
Compare
Choose a tag to compare
  • Vault version 1.1.1
  • Allow sealed state for standalone instance (thanks @kwevers)
  • Revert long line syntax change in main tasks (thanks @kwevers)
  • Ensure systemd is reloaded on unit changes (thanks @kwevers)
  • Add vault_bin_path to the PATH (thanks @kwevers)
  • Update documentation