mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
ansible copies redis.conf to managed node now
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
maxmemory 100mb
|
||||
maxmemory-policy allkeys-lru
|
||||
@@ -0,0 +1,3 @@
|
||||
[dev]
|
||||
;list your remote hosts here
|
||||
ubuntu-ssh
|
||||
Reference in New Issue
Block a user