From f194880f4cfd73932522ce1550b58e768ca03ed7 Mon Sep 17 00:00:00 2001 From: Julian Labus Date: Thu, 4 Apr 2019 20:21:31 +0200 Subject: [PATCH] service-fastd-mesh: enable redis-server --- roles/service-fastd-mesh/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/service-fastd-mesh/tasks/main.yml b/roles/service-fastd-mesh/tasks/main.yml index 5fcc5ed..0dcc07b 100644 --- a/roles/service-fastd-mesh/tasks/main.yml +++ b/roles/service-fastd-mesh/tasks/main.yml @@ -70,6 +70,12 @@ environment: GOPATH: "{{ gopath }}" +- name: configure systemd unit for redis-server + systemd: + name: redis-server.service + enabled: yes + state: started + - name: write fastd-limiter config template: src: fastd-limiter.yaml.j2