Set up gitea

This commit is contained in:
2023-06-14 16:06:17 -04:00
parent 4932a8b9be
commit d3a6ae8d3a
6 changed files with 207 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
- name: restart sshd
ansible.builtin.service:
name: sshd
state: restarted
- name: restart gitea
community.docker.docker_compose:
project_src: "{{ install_directory }}/gitea"
restarted: true