molecule
Molecule helps testing Ansible roles.
- 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
- Log in into the instance:
molecule login
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).