aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--inventory-example/40-groups8
1 files changed, 8 insertions, 0 deletions
diff --git a/inventory-example/40-groups b/inventory-example/40-groups
index 7c47a75..3617eb0 100644
--- a/inventory-example/40-groups
+++ b/inventory-example/40-groups
@@ -120,6 +120,12 @@ nagios_http_status = 401
apache_can_network_connect = True
nagios_https_vhosts = '["{{ prosody_http_host | default(ansible_fqdn) }}"]'
+[mastodon_servers:vars]
+nagios_https_vhosts = '["{{ mastodon_web_domain }}"]'
+
+[synapse_servers:vars]
+nagios_https_vhosts = '["{{ synapse_server_name }}"]'
+
# Nagios hostgroups
# =================
@@ -172,5 +178,7 @@ photostructure_servers
rspamd_servers
unifi_controllers
xmpp_servers
+mastodon_servers
+synapse_servers
# vi: ft=dosini