mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2026-08-24 10:04:44 -05:00
1.2 KiB
1.2 KiB
Variables Reference
Boilerplates no longer publishes static schema-version variable reference pages.
The current runtime is template-driven:
- modules provide baseline variable behavior
- each template can override defaults and add template-specific variables
- the exact variable set depends on the template you are inspecting
How to Inspect Variables
Use the CLI against the template itself:
boilerplates compose show nginx
boilerplates terraform show cloudflare-dns-record
boilerplates ansible show ubuntu-vm-core
This shows:
- template metadata
- rendered version label from
metadata.version.namewhen present - the template file tree
- the actual variable groups and items exposed by that template
Recommended Workflow
- List templates for a module.
- Show the template you want to use.
- Review defaults, dependencies, and optional sections.
- Generate with
--output,--var-file, and--varas needed.
Why the Old Pages Were Removed
The older wiki pages were generated from schema-version snapshots and no longer matched the current template.json runtime. They were removed to avoid documenting variables that may not exist, may have changed shape, or may be template-specific.