Currently, it is hard to see the final resolved Ansible variable values before running, since values come from multiple sources. It would be great to have a feature that previews effective variables for a target host/group/play context before apply.
If possible, it would be great to have:
- Show final resolved vars as they would be used in a real run.
- Filter output by var name/pattern.
- Output in JSON.
- Optional save to file (e.g.
--output vars.json).
- Optional masking/redaction for sensitive values.
This could make validation and debugging much easier before applying changes.
Currently, it is hard to see the final resolved Ansible variable values before running, since values come from multiple sources. It would be great to have a feature that previews effective variables for a target host/group/play context before apply.
If possible, it would be great to have:
--output vars.json).This could make validation and debugging much easier before applying changes.