Merge "Fix interface address for memcached atop kubernetes"

This commit is contained in:
Jenkins 2016-08-03 13:57:44 +00:00 committed by Gerrit Code Review
commit 0e8fc03328

View File

@ -1,4 +1,4 @@
{
"command": "/usr/bin/memcached -vv -l {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }} -p {{ memcached_port }}",
"command": "/usr/bin/memcached -vv -l {{ api_interface_address }} -p {{ memcached_port }}",
"config_files": []
}