Add coder to ansible
This commit is contained in:
parent
53edb5fced
commit
e36059d5b0
4 changed files with 43 additions and 0 deletions
_ansible/roles/coder/tasks
6
_ansible/roles/coder/tasks/main.yml
Normal file
6
_ansible/roles/coder/tasks/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Deploy {{ svc.name }}
|
||||
tags:
|
||||
- coder
|
||||
block:
|
||||
- import_tasks: deploy-common-service.yml
|
Reference in a new issue