You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
346 B
Django/Jinja
10 lines
346 B
Django/Jinja
{
|
|
"name": "{{ name }}",
|
|
"description": "{{ description | default("") }}",
|
|
"organization": "{{ organization_id | default(1) }}", {# 1 means Default Organization #}
|
|
"kind": "{{ kind | default("") }}",
|
|
{% if host_filter is defined %}
|
|
"host_filter": "{{ host_filter }}",
|
|
{% endif %}
|
|
"variables": "{{ variables | default("---") }}"
|
|
} |