From 21f08439955d8e925c3e67fce98f771eac3e3454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 23 Nov 2022 10:37:01 +0100 Subject: [PATCH] add mastodon --- host_vars/mastodon.yaml | 8 ++++++++ inventory.yaml | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 host_vars/mastodon.yaml diff --git a/host_vars/mastodon.yaml b/host_vars/mastodon.yaml new file mode 100644 index 0000000..8c1082f --- /dev/null +++ b/host_vars/mastodon.yaml @@ -0,0 +1,8 @@ +--- +ansible_host: mastodon.intra.tormakris.dev +webserver: + - domain: "mastodon.tormakristof.eu" + port: 8080 + bigrequests: false + https: false +... diff --git a/inventory.yaml b/inventory.yaml index 46a7ac3..816485c 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -15,6 +15,7 @@ all: postgres: monitoring: ytmirror: + mastodon: mckay: hosts: guacamole: @@ -31,6 +32,7 @@ all: nextcloud: monitoring: ytmirror: + mastodon: nightlydocker: hosts: matrix: @@ -40,4 +42,5 @@ all: nextcloud: monitoring: ytmirror: + mastodon: ...