首页 > 技术文章 > ansible字符串的处理

wangl-blog 2018-07-05 07:53 原文

ansible中字符串的处理
from_json
json_query


join

select
selectattr

map 
list


trim : 
使用和python的strip一样, {{ string | trim }} == string.strip() 列表和字典的处理 combine

 

推荐阅读