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: "{{ reitanlage_oranienburg_svc }}"
|
||||
compose: "{{ reitanlage_oranienburg_compose }}"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
reitanlage_oranienburg_svc:
|
||||
name: reitanlage-oranienburg
|
||||
domain: reitanlage-oranienburg.de
|
||||
www_domain: true
|
||||
port: 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue