Back to Ohmyzsh

Molecule plugin

plugins/molecule/README.md

latest1.1 KB
Original Source

Molecule plugin

This plugin adds aliases and completion for Molecule, the project designed to aid in the development and testing of Ansible roles..

To use it, add molecule to the plugins array in your zshrc file:

zsh
plugins=(... molecule)

Aliases

AliasCommandDescription
molmoleculeMolecule aids in the development and testing of Ansible roles.
mcrmolecule createUse the provisioner to start the instances.
mconmolecule convergeUse the provisioner to configure instances (dependency, create, prepare converge).
mlsmolecule listList status of instances.
mvfmolecule verifyRun automated tests against instances.