add mastodon

This commit is contained in:
ace
2021-02-10 02:28:01 +03:00
parent 5c1eafeeec
commit 49249dcd6a
17 changed files with 328 additions and 9 deletions

View File

@ -0,0 +1,5 @@
---
- hosts: k8s
connection: local
roles:
- mastodon

View File

@ -0,0 +1,5 @@
---
- hosts: k8s
connection: local
roles:
- peertube

View File

@ -61,3 +61,9 @@
name: adguard-home
when: adguard_enabled | default(false)
tags: adguard
- name: Deploy Mastodon
import_role:
name: mastodon
when: mastodon_enabled | default(false)
tags: mastodon