Remove explicit svc.name
This commit is contained in:
parent
09e886c712
commit
dbb3075c82
67 changed files with 36 additions and 87 deletions
|
@ -2,7 +2,7 @@
|
|||
- name: Set common facts
|
||||
ansible.builtin.import_tasks: tasks/set-default-facts.yml
|
||||
|
||||
- name: Deploy {{ svc.name }}
|
||||
- name: Deploy {{ role_name }}
|
||||
vars:
|
||||
svc: "{{ homebox_svc }}"
|
||||
env: "{{ homebox_env }}"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
homebox_svc:
|
||||
domain: inventory.serguzim.me
|
||||
name: homebox
|
||||
port: 7745
|
||||
|
||||
homebox_env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue