Add tandoor to ansible

This commit is contained in:
Tobias Reisinger 2023-12-09 17:35:28 +01:00
parent dc24b5798c
commit e0933af438
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 76 additions and 209 deletions
_ansible/roles/tandoor/tasks

View file

@ -0,0 +1,7 @@
---
- name: Deploy {{ svc.name }}
tags:
- tandoor
- recipies
block:
- import_tasks: deploy-common-service.yml