Version updates.
--- a/dendrite/server/defaults/main.yaml Wed May 25 18:56:05 2022 -0500
+++ b/dendrite/server/defaults/main.yaml Sat Jul 02 15:37:26 2022 -0500
@@ -1,7 +1,7 @@
---
dendrite_user: "dendrite"
-dendrite_version: "0.8.5"
+dendrite_version: "0.8.9"
dendrite_tar: "https://github.com/matrix-org/dendrite/archive/refs/tags/v{{dendrite_version}}.tar.gz"
dendrite_build_dir: "/tmp/dendrite-{{dendrite_version}}"
dendrite_old_key: false
--- a/dendrite/server/templates/dendrite.yaml.j2 Wed May 25 18:56:05 2022 -0500
+++ b/dendrite/server/templates/dendrite.yaml.j2 Sat Jul 02 15:37:26 2022 -0500
@@ -273,8 +273,8 @@
# the disk. Supported log levels are "debug", "info", "warn", "error".
logging:
- type: std
- level: info
+ level: warn
- type: file
- level: info
+ level: warn
params:
path: ./logs
--- a/dendrite/server/templates/[email protected] Wed May 25 18:56:05 2022 -0500
+++ b/dendrite/server/templates/[email protected] Sat Jul 02 15:37:26 2022 -0500
@@ -4,11 +4,10 @@
[Service]
WorkingDirectory={{dendrite_dir}}/%i/
-ExecStart=/usr/local/bin/dendrite-monolith-server --http-bind-address ":{{dendrite_port}}"
+ExecStart=/usr/local/bin/dendrite-monolith-server -config "{{dendrite_dir}}/%i/dendrite.yaml" -http-bind-address ":{{dendrite_port}}"
Restart=always
User={{dendrite_user}}
LimitNOFILE=65535
-LimitNPROC=65535
[Install]
WantedBy=multi-user.target
--- a/ergo/defaults/main.yaml Wed May 25 18:56:05 2022 -0500
+++ b/ergo/defaults/main.yaml Sat Jul 02 15:37:26 2022 -0500
@@ -1,7 +1,7 @@
---
ergo_user: "ergo"
-ergo_version: "2.9.1"
+ergo_version: "2.10.0"
ergo_arch: "arm64"
ergo_tar_name: "ergo-{{ergo_version}}-linux-{{ergo_arch}}"
ergo_tar: "{{ergo_tar_name}}.tar.gz"
--- a/minecraft/server/defaults/main.yaml Wed May 25 18:56:05 2022 -0500
+++ b/minecraft/server/defaults/main.yaml Sat Jul 02 15:37:26 2022 -0500
@@ -11,8 +11,8 @@
minecraft_world_name: "world"
# https://papermc.io
-minecraft_paper_version: "1.18.2"
-minecraft_paper_build: "341"
+minecraft_paper_version: "1.19"
+minecraft_paper_build: "43"
minecreat_plugins_enabled:
- "dynmap"
@@ -22,4 +22,4 @@
minecraft_dynmap_version: "3.3.2"
# https://geysermc.org
-minecraft_geyser_version: "1103"
+minecraft_geyser_version: "1139"
--- a/miniflux/defaults/main.yaml Wed May 25 18:56:05 2022 -0500
+++ b/miniflux/defaults/main.yaml Sat Jul 02 15:37:26 2022 -0500
@@ -3,5 +3,5 @@
miniflux_port: "8555"
miniflux_admin_pass: "admin"
miniflux_arch: "arm64"
-miniflux_version: "2.0.36"
+miniflux_version: "2.0.37"
miniflux_url: "https://github.com/miniflux/miniflux/releases/download/{{miniflux_version}}/miniflux-linux-{{miniflux_arch}}"
--- a/prometheus/server/tasks/main.yaml Wed May 25 18:56:05 2022 -0500
+++ b/prometheus/server/tasks/main.yaml Sat Jul 02 15:37:26 2022 -0500
@@ -25,15 +25,17 @@
become: yes
systemd: name="grafana-server.service" enabled="yes" state="started"
-- name: install grafana prometheus data source
- become: yes
- grafana_datasource:
- name: "Prometheus"
- ds_type: "prometheus"
- ds_url: "http://localhost:9090"
- grafana_url: "http://localhost:3000"
- is_default: yes
- changed_when: false
+### TODO: This is broken and not sure why. Started having errors one day. I
+### supect bug with anisble module
+# - name: install grafana prometheus data source
+# become: yes
+# grafana_datasource:
+# name: "Prometheus"
+# ds_type: "prometheus"
+# ds_url: "http://localhost:9090"
+# grafana_url: "http://localhost:3000"
+# is_default: yes
+# changed_when: false
- name: install grafana plugins
become: yes