Skip to content

Molecule aids in the development and testing of Ansible content: collections, playbooks and roles

License

Notifications You must be signed in to change notification settings

ansible/molecule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

45db06d · Jan 28, 2025
Jan 28, 2025
Jan 14, 2025
Jul 25, 2024
Oct 28, 2024
Jan 27, 2025
Jan 28, 2025
Jan 28, 2025
Apr 19, 2023
Jan 27, 2025
Jan 28, 2025
Jan 21, 2025
Jul 24, 2024
Nov 1, 2018
Jan 22, 2025
Jun 7, 2024
Jun 6, 2024
Sep 6, 2024
Jan 21, 2025
Jan 27, 2025
Jan 28, 2025

Repository files navigation

About Ansible Molecule

PyPI Package Documentation Status image Python Black Code Style Ansible Code of Conduct Discussions Repository License

Molecule project is designed to aid in the development and testing of Ansible roles.

Molecule provides support for testing with multiple instances, operating systems and distributions, virtualization providers, test frameworks and testing scenarios.

Molecule encourages an approach that results in consistently developed roles that are well-written, easily understood and maintained.

Molecule supports only the latest two major versions of Ansible (N/N-1).

Once installed, the command line can be called using any of the methods below:

molecule ...
python3 -m molecule ...  # python module calling method

Documentation

Read the documentation and more at https://ansible.readthedocs.io/projects/molecule/.

Get Involved

See the Talk to us section of the documentation to ask questions, find help, and join the conversation.

For complete details, see the Ansible communication guide.

If you want to get moving fast and make a quick patch:

$ git clone https://github.com/ansible-community/molecule && cd molecule
$ python3 -m venv .venv && source .venv/bin/activate
$ python3 -m pip install -U setuptools pip tox

And you're ready to make your changes!

Authors

Molecule project was created by Retr0h and it is now community-maintained as part of the Ansible by Red Hat project.

License

The MIT License.

The logo is licensed under the Creative Commons NoDerivatives 4.0 License.

If you have some other use in mind, contact us.