prosody: Add mod_http_host_status_check

This commit is contained in:
Matthew Wild 2021-03-10 14:37:19 +00:00
parent 32a7bc8954
commit 7f26c50ba8
2 changed files with 4 additions and 2 deletions

View File

@ -61,6 +61,7 @@ modules_enabled = {
-- HTTP modules
"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
"websocket"; -- XMPP over WebSockets
"http_host_status_check"; -- Health checks over HTTP
-- Other specific functionality
"limits"; -- Enable bandwidth limiting for XMPP connections

View File

@ -67,7 +67,7 @@
revision: 6d595857164a
purge: yes
update: yes
- name: Enable wanted modules
- name: Enable wanted modules (prosody-modules)
file:
state: link
src: "/usr/local/lib/prosody-modules/{{item}}"
@ -112,8 +112,9 @@
- mod_groups_muc_bookmarks
- mod_muc_defaults
- mod_muc_local_only
- mod_http_host_status_check
- name: Enable wanted modules
- name: Enable wanted modules (snikket-modules)
file:
state: link
src: "/usr/local/lib/snikket-modules/{{item}}"