Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Tags: affinity/ansible-redis

Tags

1.2.2

Toggle 1.2.2's commit message
Version 1.2.2

 - Add separate task for systemd daemon reload (DavidWittman#143)
 - Recommend Ansible 2.1+ due to recent vulnerability (3549d83)
 - Only create/modify `redis_user` if it does not exist (DavidWittman#144)

1.2.1

Toggle 1.2.1's commit message
Version 1.2.1

 - Add support for building 32-bit binaries with `redis_make_32bit` (DavidWittman#108)
 - Fix issues with piddir creation on systemd (DavidWittman#132)
 - Add checksums for new Redis versions

1.2.0

Toggle 1.2.0's commit message
Version 1.2.0

 - Adds systemd support (DavidWittman#124)

1.1.2

Toggle 1.1.2's commit message
Version 1.1.2

  - Add a few options to redis.conf
    - stop-writes-on-bgsave-error (default: yes)
    - rdbcompression (default: yes)
    - rdbchecksum (default: yes)
  - Use 0640 permissions instead of the default on redis.conf
    and sentinel.conf. Otherwise, any system user could potentially
    view the contents of the configuration.

1.1.1

Toggle 1.1.1's commit message
Version 1.1.1

 - Add `redis_service_name` variable
 - Add tests for setting Redis service name

1.1.0

Toggle 1.1.0's commit message
Version 1.1.0

 - Ansible 2.x support (w/ tests)
 - Template min-slaves-to-write and min-slaves-max-lag (DavidWittman#106)
 - Remove slaveof condition check from masterauth (DavidWittman#95)

1.0.9

Toggle 1.0.9's commit message
Version 1.0.9

 - Fix bug w/ remote builds using unarchive (DavidWittman#93)

1.0.8

Toggle 1.0.8's commit message
Version 1.0.8

 - Clean up task formatting
 - Add `redis_download_url` and `redis_local_facts` variables
 - Build redis with `-j{{ ansible_processor_cores + 1}}` instead of `-j5`

1.0.7

Toggle 1.0.7's commit message
Version 1.0.7

 - Remove version key from metadata for Ansible 2.0s upport (DavidWittman#82)
 - Single quote variables in init config (DavidWittman#84)

1.0.6

Toggle 1.0.6's commit message
Version 1.0.6

 - Fix issues with alternate bind address in init script (DavidWittman#7)
 - Fix naming and descriptions for init scripts