add mastodon
This commit is contained in:
5
playbooks/ghp/mastodon.yaml
Normal file
5
playbooks/ghp/mastodon.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: k8s
|
||||
connection: local
|
||||
roles:
|
||||
- mastodon
|
5
playbooks/ghp/peertube.yaml
Normal file
5
playbooks/ghp/peertube.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: k8s
|
||||
connection: local
|
||||
roles:
|
||||
- peertube
|
@ -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
|
||||
|
Reference in New Issue
Block a user