List of filter plugings for jinja templates.
None
None
- hosts: servers
roles:
- { role: hudecof.filter_plugins }
Set of plugins to determine of the object type
isdict: true if the variable is type of dictislist: true if the variable is type of listisint: true if the variable is type of intisstr: true if the variable is type of basesringisnone: true if the variable is type of None
to_python: converts YAML structure to python objectsto_ruby: converts YAML structure to ruby objects
BSD
Peter Hudec