https://jinja.palletsprojects.com › t...
Variables can be modified by filters. Filters are separated from the variable by a pipe symbol ( | ) and may have optional arguments in parentheses. Multiple ...
https://tedboy.github.io › templ14
A filter that batches items. It works pretty much like slice just the other way round. It returns a list of lists with the given number of items.
https://ansible-docs.readthedocs.io › ...
Für diese Seite sind keine Informationen verfügbar.Weitere Informationen
http://ttl255.com › jinja2-tutorial-...
21.07.2020 — Jinja2 filter is something we use to transform data held in variables. We apply filters by placing pipe symbol | after the variable followed ...
https://docs.pexip.com › admin
filters that can manipulate text or modify the content of variables or text strings, such as join, pex_update or pex_to_json; delimiters such as {{...}} and ...
https://docs.ansible.com › latest
You can use the Ansible-specific filters documented here to manipulate your data, or use any of the standard filters shipped with Jinja2 - see the list of ...
https://svn.python.org › builtins
This part of the documentation lists the filter-, test- and helper functions you can use in templates. Filters. In the examples above you might have noticed the ...