All Projects → ansible-community → molecule-docker

ansible-community / molecule-docker

Licence: MIT license
Molecule Docker Driver allows molecule users to test Ansible code using docker containers.

Programming Languages

python
139335 projects - #7 most used programming language
Jinja
831 projects

Projects that are alternatives of or similar to molecule-docker

Molecule
Molecule aids in the development and testing of Ansible roles
Stars: ✭ 3,262 (+4494.37%)
Mutual labels:  molecule-driver, ansible-devtools
molecule-podman
Molecule Podman Driver allows use of podman as backend for testing.
Stars: ✭ 48 (-32.39%)
Mutual labels:  molecule-driver, ansible-devtools
molecule-libvirt
Molecule LibVirt Provider
Stars: ✭ 35 (-50.7%)
Mutual labels:  molecule-driver
molecule-openstack
Molecule OpenStack Driver
Stars: ✭ 15 (-78.87%)
Mutual labels:  molecule-driver
molecule-hetznercloud
Molecule Hetzner Cloud driver 💀
Stars: ✭ 21 (-70.42%)
Mutual labels:  molecule-driver
molecule-ec2
molecule-ec2
Stars: ✭ 46 (-35.21%)
Mutual labels:  molecule-driver
Ansible Lint
Best practices checker for Ansible
Stars: ✭ 2,648 (+3629.58%)
Mutual labels:  ansible-devtools
schemas
Hosts JSON validation schemas for Ansible files, used by vscode-ansible extension.
Stars: ✭ 25 (-64.79%)
Mutual labels:  ansible-devtools
ansible-language-server
Ansible Language Server
Stars: ✭ 114 (+60.56%)
Mutual labels:  ansible-devtools

Molecule Docker Plugin

PyPI Package Python Black Code Style Repository License

Molecule Docker Plugin is designed to allow use docker containers for provisioning test resources.

Please note that this driver is currently in its early stage of development.

This plugin will function only if you also install community.docker ansible collection. Keep in mind that this requires newer version of docker python module which may not come with system-packaged versions of ansible like Ubuntu ones.

Please do not file bugs towards molecule or this plugin if Ansible fails to execute any docker modules (missing or incorrect versions of docker or requests python modules). Instead file them on community.docker.

Get Involved

FAQ

Q: How can I use Docker Context?

A: molecule-docker depends directly on community.docker.docker_container. Currently, Docker Context is not supported, but as a workaround, docker_host in community.docker.docker_container can be used to connect to the Docker API.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].