Unverified Commit d3485e4a authored by kaliraja's avatar kaliraja Committed by GitHub
Browse files

Issue: #0000: updated the redis config

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -118,8 +118,8 @@ process_names:
cmdline:
- .+middleManager.+
{% endif %}
{% if 'redis-ps' in group_names and hostvars[inventory_hostname]['ansible_default_ipv4']['address'] in groups['redis-ps'] and redis_process_names is defined %}
{% for item in redis_process_names %}
{% if 'redis-ps' in group_names and hostvars[inventory_hostname]['ansible_default_ipv4']['address'] in groups['redis-ps'] and redis_process_ports is defined %}
{% for item in redis_process_ports %}
- name: "{{ item }}"
comm:
- redis-server
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment