logo
  • 教程列表
  • SO官方文檔
  • Ansible 迴圈
    • 巢狀迴圈
    • with 專案 - 簡單列表
    • with 專案 - 預定義列表
    • with 專案 - 字典
    • with 專案 - 預定義的字典
  1. StackOverflow 文件
  2. Ansible 教程
  3. Ansible 迴圈
  4. with 專案 - 字典

with 專案 - 字典

Created: November-22, 2018

你可以使用字典來進行稍微複雜的迴圈。

- name: manage packages
  package: name={{ item.name }} state={{ item.state }}
  with_items:
    - { name: tree, state: present }
    - { name: nmap, state: present }
    - { name: apache2, state: absent }
  • with 專案 - 預定義的字典
  • with 專案 - 預定義列表

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明