Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansible-community/molecule-plugins
Collection on molecule plugins
https://github.com/ansible-community/molecule-plugins
azure docker ec2 gce molecule-plugin pep-621
Last synced: 25 days ago
JSON representation
Collection on molecule plugins
- Host: GitHub
- URL: https://github.com/ansible-community/molecule-plugins
- Owner: ansible-community
- License: mit
- Created: 2022-04-24T09:04:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T12:59:13.000Z (about 1 month ago)
- Last Synced: 2024-10-01T14:32:52.967Z (about 1 month ago)
- Topics: azure, docker, ec2, gce, molecule-plugin, pep-621
- Language: Python
- Homepage:
- Size: 265 KB
- Stars: 109
- Watchers: 16
- Forks: 72
- Open Issues: 88
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - ansible-community/molecule-plugins - Collection on molecule plugins (docker)
README
# molecule-plugins
This repository contains the following molecule plugins:
- azure
- containers
- docker
- ec2
- gce
- openstack
- podman
- vagrantInstalling `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.