我有一个包含 json 的变量:
{
"ansible_facts": {
"ansible_network_resources": {
"interfaces": [
{
"description": "*** - LOCAL A - ***",
"enabled": true,
"name": "FastEthernet0"
},
{
"description": "*** - LOCAL B - ***",
"enabled": true,
"name": "GigabitEthernet1/0/1"
},
{
"description": "*** - LOCAL C - ***",
"enabled": true,
"name": "FastEthernet1"
}
]
}
}
}
当描述包含某个单词时,我需要用接口名称填充一个变量。
Q:“当描述中包含某个单词时,用接口名称填充一个变量。 ”
答:例如
给
和
给