Filters — Ansible Documentation
https://docs.ansible.com/ansible/2.3/playbooks_filters.htmlFilters in Ansible are from Jinja2, and are used for transforming data inside a template expression. Jinja2 ships with many filters. See builtin filters in the official Jinja2 template documentation.. Take into account that templating happens on the the Ansible controller, not on the task’s target host, so filters also execute on the controller as they manipulate local data.
Filters — Ansible Documentation
docs.ansible.com › ansible › 2Filters in Ansible are from Jinja2, and are used for transforming data inside a template expression. Jinja2 ships with many filters. See builtin filters in the official Jinja2 template documentation. Take into account that templating happens on the the Ansible controller, not on the task’s target host, so filters also execute on the ...