Molecule converge then verify ansible
Apply the role to the test instance, then run assertions (testinfra/ansible verifiers)
molecule converge && molecule verify
more ansible
all 56 commands →
Molecule idempotence check
molecule idempotence
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