commands.sh

molecule

all

Molecule helps testing Ansible roles.

More info →

Examples (6)

Create a new Ansible role

molecule init role --role-name role_name

Run tests

Start the instance

molecule create

Configure the instance

molecule converge

List scenarios of the instance

molecule matrix converge

Log in into the instance

made by @shridhargupta | data from tldr-pages