How to debug Ansible issues?

后端 未结 7 1906
滥情空心
滥情空心 2020-12-08 04:26

Sometimes, ansible doesn\'t do what you want. And increasing verbosity doesn\'t help. For example, I\'m now trying to start coturn server, which co

相关标签:
7条回答
  • 2020-12-08 05:27

    There are multiple levels of debugging that you might need but the easiest one is to add ANSIBLE_STRATEGY=debug environment variable, which will enable the debugger on the first error.

    0 讨论(0)
提交回复
热议问题