Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
8144b55240
|
|||
98002d57a5
|
|||
ea1c32358f
|
|||
7779dbabe1
|
|||
aa9cae373b
|
@ -7,6 +7,7 @@ authors:
|
|||||||
description: Collection for deploying and configuring databases
|
description: Collection for deploying and configuring databases
|
||||||
dependencies:
|
dependencies:
|
||||||
"community.docker": "^4.0.0"
|
"community.docker": "^4.0.0"
|
||||||
|
"community.general": "^10.6.0"
|
||||||
"community.postgresql": "^3.9.0"
|
"community.postgresql": "^3.9.0"
|
||||||
"containers.podman": "^1.16.0"
|
"containers.podman": "^1.16.0"
|
||||||
license_file: LICENSE.md
|
license_file: LICENSE.md
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
elasticsearch_version: "8.18.0"
|
elasticsearch_version: "9.0.2"
|
||||||
elasticsearch_state: present
|
elasticsearch_state: present
|
||||||
|
|
||||||
elasticsearch_base_path: /opt/elasticsearch
|
elasticsearch_base_path: /opt/elasticsearch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
valkey_version: "8.1.1"
|
valkey_version: "8.1.2"
|
||||||
valkey_state: "present"
|
valkey_state: "present"
|
||||||
valkey_instance: ~
|
valkey_instance: ~
|
||||||
valkey_instance_suffix: >-2
|
valkey_instance_suffix: >-2
|
||||||
|
Reference in New Issue
Block a user