From 5cb68e0eadf255210e92da9bfcc5ba10282c6af7 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Tue, 13 Jun 2023 23:36:14 -0400 Subject: add comments about which roles still depend on rocky 8 --- inventory-example/40-groups | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/inventory-example/40-groups b/inventory-example/40-groups index 9703c6c..7c47a75 100644 --- a/inventory-example/40-groups +++ b/inventory-example/40-groups @@ -1,11 +1,24 @@ # Required Groups # =============== + # Hosts that aren't ready for Rocky 9 yet. [el8:children] +# libstrp is broken: https://community.asterisk.org/t/erro-loading-srtp-on-asterisk-20-and-centos-9/95766 +# Might be worth building our own, locally? asterisk_servers + +# Rspamd not yet available for EL9: https://github.com/rspamd/rspamd/issues/4215 imap_servers rspamd_servers + +# Unifi controller depends on MongoDB 3.6 (though I'm running 4.4 without any +# issues on Rocky 8). Unfortunately, only MongoDB 6.0 is currently packaged +# for EL9: https://repo.mongodb.org/yum/redhat/9/mongodb-org/ unifi_controllers + +# Prosody needs lua-ldap. There's no package for EL9 and it appears to be +# abandoned: https://src.fedoraproject.org/rpms/lua-ldap +# Apparently lua-ldap can be installed from luarocks. Should investigate that. xmpp_servers -- cgit