ansible系列之六:常见疑问知识点

问题一:如何进行调试

当我们写完一个很大的一个playbook时,需要指定位置停止运行,要怎么办呢?方法如下:

  • 在playbook配置 any_errors_fatal: "true",这时当出现异常时,会直接停止。

https://blog.csdn.net/qq_36417677/article/details/105342211

https://blog.51cto.com/zouqingyun/1882367

  • 本文作者: wumingx
  • 本文链接: https://www.wumingx.com/linux/ansible-sex.html
  • 本文主题: ansible系列之六:常见疑问知识点
  • 版权声明: 本站所有文章除特别声明外,转载请注明出处!如有侵权,请联系我删除。
0%