container: add support for redis
This commit is contained in:
@@ -63,7 +63,13 @@ argument_specs:
|
||||
elements: str
|
||||
choices:
|
||||
- memcached
|
||||
- redis
|
||||
default: []
|
||||
docker_redis_persistence:
|
||||
description: Whether to save redis data to persistent storage
|
||||
type: bool
|
||||
required: false
|
||||
default: false
|
||||
docker_phpmyadmin_basicauth:
|
||||
description: Whether to enable basicauth for phpmyadmin
|
||||
type: bool
|
||||
|
||||
Reference in New Issue
Block a user