Merge "Fix interface address for memcached atop kubernetes"
This commit is contained in:
commit
0e8fc03328
@ -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": []
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user