Add gitea to ansible
This commit is contained in:
parent
3b5e27be2f
commit
e5c3a4e0d3
11 changed files with 110 additions and 107 deletions
|
@ -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
|
||||
|
|
Reference in a new issue