aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-06-13 23:36:14 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-06-13 23:36:14 -0400
commit5cb68e0eadf255210e92da9bfcc5ba10282c6af7 (patch)
tree2fee4ed15c64b4001ba121b9bd10308f6679f626
parent8404903716b954b490bda4ad504d69b9ebd2c75a (diff)
downloadselfhosted-5cb68e0eadf255210e92da9bfcc5ba10282c6af7.tar.gz
selfhosted-5cb68e0eadf255210e92da9bfcc5ba10282c6af7.zip
add comments about which roles still depend on rocky 8
-rw-r--r--inventory-example/40-groups13
1 files changed, 13 insertions, 0 deletions
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