Add gitea to ansible

This commit is contained in:
Tobias Reisinger 2023-06-13 23:32:09 +02:00
parent 3b5e27be2f
commit e5c3a4e0d3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
11 changed files with 110 additions and 107 deletions

View file

@ -1,6 +1,8 @@
---
- name: Deploy acme-dns
tags: acme-dns
- name: Deploy {{ svc.name }}
tags:
- acme-dns
- certificates
block:
- import_tasks: steps/create-service-directory.yml
- import_tasks: steps/template-docker-compose.yml