From 543570bbd18464814c938c6276d24c32fa4cae94 Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Thu, 22 Jan 2026 12:12:27 +0100 Subject: [PATCH] moved mewimeet to server group and adjusted node version --- hosts | 2 +- roles/mastodon/vars/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts b/hosts index 83efd57..70bd552 100644 --- a/hosts +++ b/hosts @@ -15,6 +15,7 @@ haproxy01.universe.local haproxy02.universe.local learningdjango.universe.local librenms.universe.local +mewitoot.de netbox.universe.local netbird-mgmt.universe.local ntfy.universe.local @@ -118,7 +119,6 @@ mailcow.universe.local mail.universe.local [mastodon] -mewitoot.de ubuntu-test.universe.local [mobile] diff --git a/roles/mastodon/vars/main.yml b/roles/mastodon/vars/main.yml index 0faa99e..d486f3c 100644 --- a/roles/mastodon/vars/main.yml +++ b/roles/mastodon/vars/main.yml @@ -9,7 +9,7 @@ ruby_version: "3.0.3" rbenv_version: "v1.2.0" ruby_build_version: "v20220218" bundler_version: "2.1.4" -node_major_version: "16" +node_major_version: "20" os_family: "{{ ansible_os_family|lower }}" mastodon_user: "mastodon" mastodon_home: "/home/{{ mastodon_user }}"