There was an error while loading. Please reload this page.
1 parent 9144443 commit 299bd7dCopy full SHA for 299bd7d
lamp-infrastructure/playbooks/memcached/vars.yml
@@ -4,3 +4,5 @@ firewall_allowed_tcp_ports:
4
firewall_additional_rules:
5
- "iptables -A INPUT -p tcp --dport 11211 -s {{ groups['lamp-www'][0] }} -j ACCEPT"
6
- "iptables -A INPUT -p tcp --dport 11211 -s {{ groups['lamp-www'][1] }} -j ACCEPT"
7
+
8
+memcached_listen_ip: "{{ groups['lamp-memcached'][0] }}"
0 commit comments