Add faas to ansible
This commit is contained in:
parent
063b422426
commit
2a3fe723ab
13 changed files with 84 additions and 52 deletions
_ansible/roles/faas/tasks
6
_ansible/roles/faas/tasks/main.yml
Normal file
6
_ansible/roles/faas/tasks/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Deploy {{ svc.name }}
|
||||
tags:
|
||||
- faas
|
||||
block:
|
||||
- import_tasks: steps/template-site-config.yml
|
Reference in a new issue