mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
added mastodon docker draft
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user