Move all shared into this new repo
This commit is contained in:
10
virt/opennebula-5.4-controller/tasks/configure-redis.yml
Normal file
10
virt/opennebula-5.4-controller/tasks/configure-redis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# Copy Redis server config file
|
||||
- name: Writing /etc/redis/redis.conf
|
||||
copy:
|
||||
src: "files/redis/redis.conf"
|
||||
dest: "/etc/redis/redis.conf"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644 # -rw-r--r--
|
||||
notify: restart redis # Only runs if file changed!
|
||||
Reference in New Issue
Block a user