Deploy gites

This commit is contained in:
2026-05-07 22:07:53 -05:00
parent 79662aa545
commit f8c6b327f9
10 changed files with 494 additions and 276 deletions

View File

@@ -0,0 +1,10 @@
---
# ------------------------------------------------------------------------------
# FILE: ansible/playbooks/roles/gitea/handlers/main.yml
# ------------------------------------------------------------------------------
- name: restart gitea
community.docker.docker_compose_v2:
project_src: "{{ gitea_compose_dir }}"
state: present
recreate: always