Add coder to ansible

This commit is contained in:
Tobias Reisinger 2023-12-04 18:38:13 +01:00
parent 53edb5fced
commit e36059d5b0
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 43 additions and 0 deletions
_ansible/roles/coder/tasks

View file

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