redis: add readme

This commit is contained in:
Vasili Karaev 2020-05-22 14:13:41 +03:00
parent 101545cdf4
commit 5fa525e814
1 changed files with 11 additions and 0 deletions

11
db.redis/README.md Normal file
View File

@ -0,0 +1,11 @@
## db.redis
#### Role arguments:
```yaml
redis:
# a string designating the port to bind
port: "6379"
# (optional) a string overriding the default docker image
image: "redis:buster"
```