From b7800a2b7f66efdde9e6f1a4fcce3ce6b7cf33c2 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 26 May 2016 13:21:15 +1000 Subject: [PATCH] stop binding redis to 127.0.0.1 --- templates/redis.template.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/redis.template.yml b/templates/redis.template.yml index 249018a..6ac852c 100644 --- a/templates/redis.template.yml +++ b/templates/redis.template.yml @@ -32,6 +32,11 @@ run: from: /^logfile.*$/ to: "logfile \"\"" + - replace: + filename: "/etc/redis/redis.conf" + from: /^bind .*$/ + to: "" + - replace: filename: "/etc/redis/redis.conf" from: /^dir .*$/ -- 2.25.1