---
# Copyright 2016 FUJITSU LIMITED
# file: group_vars/memcached_group

memcached_pkg_src_url: "{{ world_repo_url }}"
memcached_listen_ip: "{{ hostvars[memcached_listen_node_ip]['ansible_ssh_host'] }}"
memcached_log_verbosity: "-v"

#to expand the list of new addreses use:
#     {{list1 | intersect(list2)}}
#intersect will create new list with unique element from
#both lists
memcached_iptables_nodes: "{{ monasca_log_api_nodes | unique }}"
