9 Commits

4 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
namespace: finallycoffee
name: databases
version: 0.1.4
version: 0.1.5
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>

View File

@@ -1,5 +1,5 @@
---
elasticsearch_version: "9.1.5"
elasticsearch_version: "9.2.3"
elasticsearch_state: present
elasticsearch_base_path: /opt/elasticsearch

View File

@@ -4,12 +4,12 @@ postgresql_version: >-2
{{ postgresql_versions[postgresql_major_version | string] }}
postgresql_major_version: 16
postgresql_versions:
"18": "18rc1"
"17": "17.6"
"16": "16.10"
"15": "15.14"
"14": "14.19"
"13": "13.22"
"18": "18.1"
"17": "17.7"
"16": "16.11"
"15": "15.15"
"14": "14.20"
"13": "13.23"
postgresql_config_path: >-2
/etc/postgresql/{{ postgresql_major_version }}

View File

@@ -1,5 +1,5 @@
---
valkey_version: "8.1.4"
valkey_version: "9.0.1"
valkey_state: "present"
valkey_instance: ~
valkey_instance_suffix: >-2