Skip to content

Releases: DavidWittman/ansible-redis

Version 1.2.12

28 Jan 17:10
51b0dff
Compare
Choose a tag to compare
  • Replace deprecated "include" with "include_tasks" (#291)

Version 1.2.11

14 Jan 14:50
4d4f55f
Compare
Choose a tag to compare
  • Fix issue with install from source filename from 1.2.10

Version 1.2.10

28 Nov 19:05
90f4d63
Compare
Choose a tag to compare
  • Add redis_install_from_source variable (default true) to allow for installing via a package manager instead (#276)

Version 1.2.9

05 Oct 15:31
82bd954
Compare
Choose a tag to compare
  • Make redis user owner of /etc/redis
  • Add some version checksums
  • Add TLS support (#260)

Version 1.2.8

19 Jun 13:47
6362fc1
Compare
Choose a tag to compare
  • Fix Error: handler 'restart redis 6379' was not found (#193)
  • Add a variable for redis_config_file_name
  • Add Redis 6.x checksums
  • Make log file creation idempotent
  • Galaxy score improvement

Version 1.2.7

13 Sep 17:44
Compare
Choose a tag to compare
  • Add redis_sentinel_password variable
  • Fix Ansible 2.8 warnings
  • Support no bind in config to bind to all interfaces
  • Use redis_service_name in defaults file