aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/test/resources/templates/default-variable-jinja-template.jinja
blob: 5d483e383b2c1cd72e6110cd9a39a009c9d7d1a4 (plain)
1
2
3
4
5
6
{{ node0_hostname }}
{{ node1_hostname }}
This will be kept as-is {{ node0_backup_router_address }}
{{ node0_hostname }}
Even this one {{ node1_backup_router_address }} as it doesn't matter if variable is surrounded by text
{{ node2_backup_router_address }} {{ node1_backup_router_address }} Even this One if multiple variable in same line