added mastodon docker draft

This commit is contained in:
2022-11-15 11:56:48 +01:00
parent 03fa517bd8
commit 6a17d1ced1
9 changed files with 266 additions and 0 deletions

View File

@@ -111,6 +111,15 @@
vars:
domain: "elk.{{top_domain}}"
http_port: 8008
- name: setup mastodon hosts
hosts: mastodon_hosts
become: true
roles:
- role: docker-mastodon
vars:
domain: "mastodon.{{top_domain}}"
http_port: 8009
stream_port: 4001
- name: setup akaunting hosts
hosts: akaunting_hosts
become: true