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: "{{ wiki_js_svc }}"
|
||||
env: "{{ wiki_js_env }}"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
wiki_js_svc:
|
||||
domain: wiki.serguzim.me
|
||||
name: wiki-js
|
||||
port: 3000
|
||||
caddy_extra: |
|
||||
import analytics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue