ansible copies redis.conf to managed node now

This commit is contained in:
d_auras
2023-01-06 20:03:15 +01:00
parent a40e6ec31d
commit 2870524aa7
3 changed files with 10 additions and 0 deletions
+5
View File
@@ -10,6 +10,11 @@
state: present
driver: bridge
- name: Copy redis.conf to managed node
ansible.builtin.copy:
src: ./redis.conf
dest: ./redis.conf
- name: Set up Redis
community.docker.docker_container:
name: oasst-redis
+2
View File
@@ -0,0 +1,2 @@
maxmemory 100mb
maxmemory-policy allkeys-lru
+3
View File
@@ -0,0 +1,3 @@
[dev]
;list your remote hosts here
ubuntu-ssh