redis: variable to force use of port 6379 in instances mode
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2020-10-19 16:03:58 +02:00 committed by Jérémy Lecour
parent 995cb6d9a2
commit d80461e39a
3 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ The **patch** part changes incrementally at each release.
### Added
* nextcloud: New role to setup a nextcloud instance
* redis: variable to force use of port 6379 in instances mode
### Changed

View File

@ -3,6 +3,8 @@ redis_systemd_name: redis-server
redis_conf_dir_prefix: /etc/redis
redis_force_instance_port: False
redis_port: 6379
redis_bind_interface: 127.0.0.1

View File

@ -5,6 +5,7 @@
that:
- redis_port != 6379
msg: "If you want to use port 6379, use the default instance, not a named instance."
when: not redis_force_instance_port
- name: "Instance '{{ redis_instance_name }}' group is present"
group: