Added new role

This commit is contained in:
2021-11-02 21:48:41 +01:00
parent 193eae637f
commit 30d3cf835d
26 changed files with 328 additions and 1 deletions

View File

@ -0,0 +1,4 @@
unixsocket /home/{{ uberspace_user }}/.redis/sock
daemonize no
port 0
save ""

View File

@ -0,0 +1,5 @@
[program:redis]
command=redis-server %(ENV_HOME)s/.redis/conf
directory=%(ENV_HOME)s/.redis
autostart=yes
autorestart=yes