You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manage/fleet/reuse-configuration.md
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,52 @@ If you already created a machine to test your configuration, you can **Switch to
48
48
49
49
{{% /tablestep %}}
50
50
{{% tablestep %}}
51
+
**Add variable templates.**
52
+
53
+
Fragments support variable substitution, allowing you to use the same fragment for multiple use cases even if there are small differences in configuration.
54
+
55
+
When configuring resources, click the **{} JSON** button to switch to advanced view.
56
+
Instead of a key value, add a variable in the form `"$variable": { "name": "placeholder" } }}`.
0 commit comments