Linux
Command
Library
Commands
Basics
Tips
molecule
molecule
TLDR
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
Login into the instance
$ molecule login
COLLAPSE ALL
Copied to clipboard