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: ...