ansible.builtin.replace filter – Return a copy of the value with all occurrences of a substring replaced with a new one.
Note
This filter plugin is part of ansible-core
and included in all Ansible
installations. In most cases, you can use the short
plugin name
replace
.
However, we recommend you use the Fully Qualified Collection Name (FQCN) ansible.builtin.replace
for easy linking to the
plugin documentation and to avoid conflicting with other collections that may have
the same filter plugin name.
Synopsis
Return a copy of the value with all occurrences of a substring replaced with a new one.
This is the Jinja builtin filter plugin ‘replace’.
See: https://jinja.palletsprojects.com/en/stable/templates/#jinja-filters.replace
Hint
Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.