Ansible-----循环
生活随笔
收集整理的這篇文章主要介紹了
Ansible-----循环
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
with_dict迭代字典項
使用"with_dict"可以迭代字典項。迭代時,使用"item.key"表示字典的key,"item.value"表示字典的值。
---- hosts: localhosttasks:- debug: msg="{{item.key}} & {{item.value}}"with_dict: { address: 1,netmask: 2,gateway: 3 }另一種情況,字典是已存儲好的。例如ansible facts中的ansible_eth0.ipv4,其內容如下:
"ipv4": {"address": "192.168.100.65","netmask": "255.255.255.0","gateway": "192.168.100.2" }這種情況下,with_dict處可以直接指定該字典的key。即:
---- hosts: localhosttasks:- debug: msg="{{item.key}} & {{item.value}}"with_dict: ansible_eth0.ipv4?
轉載于:https://www.cnblogs.com/jinyuanliu/p/10710641.html
總結
以上是生活随笔為你收集整理的Ansible-----循环的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: mysql Invalid use of
- 下一篇: 迷你世界甜心小熊怎么获得