Deploy mastodon v0.1

This commit is contained in:
2026-02-03 10:52:11 +02:00
commit 43395ee775
34 changed files with 794 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#SPDX-License-Identifier: MIT-0
---
# tasks file for infra role
- name: Install traefik
ansible.builtin.include_tasks: traefik.yml
- name: Install gitea
ansible.builtin.include_tasks: git.yml