{ "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("---") }}" }