Project: molecule-plugins

Molecule Plugins

Project Details

Latest version
23.5.0
Home Page
PyPI Page
https://pypi.org/project/molecule-plugins/

Project Popularity

PageRank
0.0015812704635641325
Number of downloads
245691

molecule-plugins

This repository contains the following molecule plugins:

  • azure
  • containers
  • docker
  • ec2
  • gce
  • podman
  • vagrant

Installing molecule-plugins does not install dependencies specific to each, plugin. To install these you need to install the extras for each plugin, like pip3 install 'molecule-plugins[azure]'.

Before installing these plugins be sure that you uninstall their old standalone packages, like pip3 uninstall molecule-azure. If you fail to do so, you will end-up with a broken setup, as multiple plugins will have the same entry points, registered.