Documentation

    PLEASE NOTE: This document applies to an unreleased version of rash. It is strongly recommended that you only use official releases of rash, as unreleased versions are subject to changes and incompatibilities that will not be supported in the official releases.

    If you are using an official release version of Rash, you should refer to the documentation for your specific version.

    Documentation for other releases can be found by using the version selector in the bottom left 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() }}"