其他分享
首页 > 其他分享> > ansible 语法校验-测试运行

ansible 语法校验-测试运行

作者:互联网

(1) 检测语法
  ansible-playbook –syntax-check /path/to/playbook.yaml
  (2) 测试运行
  ansible-playbook -C /path/to/playbook.yaml
--list-hosts --list-tasks --list-tags
  ansible-playbook –check /path/to/playbook.yaml
  (3)运行
  ansible-playbook /path/to/playbook.yaml

标签:list,测试运行,校验,yaml,ansible,playbook,path
来源: https://www.cnblogs.com/fanlong0212/p/12180924.html