ansible 循环
0 人感兴趣 · 1 次引用
- 最新
- 推荐
ansible 循环
有时候写 Playbook 的时候发现写了很多的 task 都在重复引用某个模块,比如一次传输10个文件,就要写 10个 task。接下来介绍使用 loops 的方式去编写 Playbook 以减少重复使用某个模块。
0 人感兴趣 · 1 次引用
有时候写 Playbook 的时候发现写了很多的 task 都在重复引用某个模块,比如一次传输10个文件,就要写 10个 task。接下来介绍使用 loops 的方式去编写 Playbook 以减少重复使用某个模块。