ansible-playbook --start-at-task 'Install nginx' site.yml

Category: IaC & Automation

ansible-playbook --start-at-task 'Install nginx' site.yml

Resume a playbook from a named task

Begins execution at the first task named Install nginx, skipping everything before it. Handy after a failure when earlier tasks already completed and re-running them is wasteful. Related: ansible-playbook --list-tasks site.yml.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.