10 lines
198 B
YAML
10 lines
198 B
YAML
#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
|