gpt4 book ai didi

Ansible:如何使用数组迭代角色?

转载 作者:行者123 更新时间:2023-12-02 04:46:25 25 4
gpt4 key购买 nike

是否可以像这样在循环中多次调用一个角色:

vars:
my_array:
- foo
- bar
- baz
roles:
- role: foobar
with_items: my_array

我们怎样才能做到这一点?

最佳答案

现在支持 Ansible 2.3.0 :

- name: myrole
with_items:
- "aone"
- "atwo"
include_role:
name: myrole
vars:
thing: "{{ item }}"

关于Ansible:如何使用数组迭代角色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33415992/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com