Deploy mastodon v0.1
This commit is contained in:
9
roles/infra/tasks/main.yml
Normal file
9
roles/infra/tasks/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user