homelab/dev/gitea.yml

11 lines
156 B
YAML
Raw Permalink Normal View History

2023-10-19 20:40:34 +00:00
- name: Install Gitea Server
hosts: all
become: true
vars_files:
- host_vars/gitea.yml
roles:
- base
- docker
2023-10-20 17:56:55 +00:00
- mariadb
2023-10-19 20:40:34 +00:00
- gitea