ansible-playbook -v site.yml

Category: IaC & Automation

ansible-playbook -v site.yml

Run a playbook with verbose output

Adds verbosity so the result of each task, including what changed on the target, is printed. Add more v flags, like -vvv, when chasing connection or variable problems. Related: ansible-playbook --check site.yml.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.