Ansible Filters: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
{| class="wikitable" style="text-align: left;"
{| class="wikitable" style="text-align: left;"
! Category
! Category
! style="text-align:center;width=200" | Filters
! style="text-align:center;width=500" | Filters
|-
|-
| [[Ansible_Concepts#Variables|Variable]]-related filters ||  
| [[Ansible_Concepts#Variables|Variable]]-related filters ||  

Revision as of 20:01, 4 July 2021

External

Internal

Overview

Ansible file content can be manipulated with filters.

Ansible Filters

Category Filters
Variable-related filters

default
mandatory

Data type management filters

type_debug
dict2items
items2dict
Casting

Miscellaneous

ternary