From 865e2f05621fc10f3d332d3840707997c0b94abf Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Mon, 12 Jun 2023 21:02:22 -0400 Subject: add mastodon role --- inventory-example/20-by-hostname.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'inventory-example/20-by-hostname.yml') diff --git a/inventory-example/20-by-hostname.yml b/inventory-example/20-by-hostname.yml index db1ba15..de5f253 100644 --- a/inventory-example/20-by-hostname.yml +++ b/inventory-example/20-by-hostname.yml @@ -42,3 +42,4 @@ groups: turn_servers: inventory_hostname is match('(dmz-)?turn[0-9]') asterisk_servers: inventory_hostname is match('(dmz-)?asterisk[0-9]') matrix_servers: inventory_hostname is match('(dmz-)?matrix[0-9]') + mastodon_servers: inventory_hostname is match('(dmz-)?mastodon[0-9]') -- cgit