Add faas to ansible

This commit is contained in:
Tobias Reisinger 2023-12-10 23:49:02 +01:00
parent 063b422426
commit 2a3fe723ab
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
13 changed files with 84 additions and 52 deletions
_ansible/roles/faas/tasks

View file

@ -0,0 +1,6 @@
---
- name: Deploy {{ svc.name }}
tags:
- faas
block:
- import_tasks: steps/template-site-config.yml