moved gitea compose to template and added smtp config

This commit is contained in:
2024-10-09 12:29:07 -06:00
parent 5e2abd7713
commit 24dd7d3e67
2 changed files with 11 additions and 4 deletions

View File

@ -5,9 +5,9 @@
loop:
- /opt/stacks/gitea
- name: copy gitea compose file
ansible.builtin.copy:
src: gitea-compose.yml
- name: Template out the compose file
ansible.builtin.template:
src: glance-compose.yml.j2
dest: /opt/stacks/gitea/compose.yml
owner: root
mode: 644