このページではAnsibleにおいてデバッグする方法を紹介します。
次は基本のPlaybook です。変数の値を出力しています。
- hosts: localhost connection: local tasks: - debug: var: x vars: x: 10