分子插件
项目描述
molecule-plugins
此存储库包含以下分子插件
- azure
- containers
- docker
- ec2
- gce
- openstack
- podman
- vagrant
安装 molecule-plugins
不会安装针对每个插件的特定依赖项。要安装这些,您需要安装每个插件的额外组件,例如 pip3 install 'molecule-plugins[azure]'
。
在安装这些插件之前,请确保您已卸载它们的旧独立包,例如 pip3 uninstall molecule-azure
。如果您不这样做,您将遇到损坏的设置,因为多个插件将注册相同的入口点。