logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Molecule - Test Ansible Roles | Online Free DevTools by Hexmos

Test Ansible roles efficiently with Molecule. Ensure your Ansible infrastructure code is robust and reliable using automated testing. Free online tool, no registration required.

molecule

Molecule helps testing Ansible roles. More information: https://molecule.readthedocs.io.

  • Create a new Ansible role:

molecule init role --role-name {{role_name}}

  • Run tests:

molecule test

  • Start the instance:

molecule create

  • Configure the instance:

molecule converge

  • List scenarios of the instance:

molecule matrix converge

  • Log in into the instance:

molecule login

See Also