infrastructure/playbooks/mastodon.yml

18 lines
261 B
YAML
Raw Permalink Normal View History

- name: Install Mastodon.
2020-08-10 01:37:13 +02:00
2022-11-02 21:57:13 +01:00
hosts: mastodon
2020-08-10 01:37:13 +02:00
roles:
- role: podman
become: true
tags:
- always
- podman
- role: caddy
become: true
tags:
- always
- caddy
- role: mastodon
become: true