Add Gitea dev playbook and host_vars

This commit is contained in:
2023-10-19 16:40:34 -04:00
parent d05c5d3086
commit c3b4321667
2 changed files with 34 additions and 0 deletions

9
dev/gitea.yml Normal file
View File

@@ -0,0 +1,9 @@
- name: Install Gitea Server
hosts: all
become: true
vars_files:
- host_vars/gitea.yml
roles:
- base
- docker
- gitea