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 }}"