Molecule idempotence check ansible
Re-run the role and fail if any task reports changed — catches non-idempotent tasks
molecule idempotence
more ansible
all 56 commands →
Molecule login to instance
molecule login --host instance
Resume at a specific task
ansible-playbook site.yml --start-at-task "Deploy app config"
List tasks and hosts dry
ansible-playbook site.yml --list-tasks --list-hosts -i prod
Per-task timing profile
ANSIBLE_CALLBACKS_ENABLED=profile_tasks ansible-playbook site.yml
Keep remote temp files
ANSIBLE_KEEP_REMOTE_FILES=1 ansible-playbook site.yml -vvvv --limit <host>