aboutsummaryrefslogtreecommitdiffstats
path: root/inventory-example
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-06-14 05:48:48 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-06-14 05:48:48 -0400
commitb04f668c994ef475c61398b61d612330bbf9b363 (patch)
tree183ada5bc112e220d4ce8cf4989b3dd1bac722f6 /inventory-example
parent8637461b53a40f4420b12d7775d0645ff277d57d (diff)
downloadselfhosted-b04f668c994ef475c61398b61d612330bbf9b363.tar.gz
selfhosted-b04f668c994ef475c61398b61d612330bbf9b363.zip
fix typo in group name
Diffstat (limited to 'inventory-example')
-rw-r--r--inventory-example/40-groups4
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory-example/40-groups b/inventory-example/40-groups
index 3617eb0..048f747 100644
--- a/inventory-example/40-groups
+++ b/inventory-example/40-groups
@@ -123,7 +123,7 @@ nagios_https_vhosts = '["{{ prosody_http_host | default(ansible_fqdn) }}"]'
[mastodon_servers:vars]
nagios_https_vhosts = '["{{ mastodon_web_domain }}"]'
-[synapse_servers:vars]
+[matrix_servers:vars]
nagios_https_vhosts = '["{{ synapse_server_name }}"]'
@@ -179,6 +179,6 @@ rspamd_servers
unifi_controllers
xmpp_servers
mastodon_servers
-synapse_servers
+matrix_servers
# vi: ft=dosini