Add woodpecker to ansible
This commit is contained in:
parent
2b8aef7f9f
commit
570864c00f
8 changed files with 64 additions and 62 deletions
_ansible/roles/woodpecker/tasks
7
_ansible/roles/woodpecker/tasks/main.yml
Normal file
7
_ansible/roles/woodpecker/tasks/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Deploy {{ svc.name }}
|
||||
tags:
|
||||
- woodpecker
|
||||
- ci
|
||||
block:
|
||||
- import_tasks: deploy-common-service.yml
|
Reference in a new issue