Add homebox service
This commit is contained in:
parent
3831ac4244
commit
ccf7f7a598
6 changed files with 37 additions and 4 deletions
_ansible/roles/homebox/tasks
7
_ansible/roles/homebox/tasks/main.yml
Normal file
7
_ansible/roles/homebox/tasks/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Deploy {{ svc.name }}
|
||||
tags:
|
||||
- homebox
|
||||
- inventory
|
||||
block:
|
||||
- import_tasks: deploy-common-service.yml
|
Reference in a new issue