02 - Ansible Advanced
May 3, 2025 · 5 min read · Playbook run options Dry Run (Check Mode) The --check option runs the playbook without making changes to the target systems. $ ansible-playbook playbook.yml --check Start at The --start-at-task option is use to specify a name of a task that ...
Join discussion