Skip to content

Commit

Permalink
Merge pull request #9 from inmotionhosting/NGX-729
Browse files Browse the repository at this point in the history
NGX-729: Set /etc/redis/redis.conf as redis default config path
  • Loading branch information
combssm authored Jul 20, 2023
2 parents c117132 + 6c34854 commit 697eede
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# defaults file for inmotion.redis

redis_conf: /etc/redis.conf
redis_conf: /etc/redis/redis.conf
redis_conf_bind: 127.0.0.1
redis_conf_daemonize: "yes"
redis_conf_logfile: /var/log/redis/redis.log
Expand Down
1 change: 0 additions & 1 deletion vars/Debian.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
redis_conf: /etc/redis/redis.conf
redis_conf_pidfile: /var/run/redis/redis-server.pid
redis_packages:
- redis-server

0 comments on commit 697eede

Please sign in to comment.