Documentation
PLEASE NOTE: This document applies to v2.1 version and not to the latest stable release v2.16
Documentation for other releases can be found by using the version selector in the left bottom of any doc page.Vars
The rash
context has variables associated to use as MiniJinja templates.
You can use them everywhere except in Yaml keys. rash
will render them at execution time.
There are two kinds of variables:
debug
To show all variables in current context:
- debug:
msg: "{{ debug () }}"