molecule

Testing framework for Ansible roles and playbooks

brewmacoslinux
Try with needOr install directly
Source

About

Automated testing for Ansible roles

Commands

molecule

Examples

Initialize a new Molecule test scenario$ molecule init scenario -r my_role
Run full test sequence (create, converge, verify, destroy)$ molecule test
Converge instances and run Ansible playbook$ molecule converge